Skip to content

Commit

Permalink
Working Settings for theme change
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun committed May 18, 2024
1 parent 46f680c commit dbb4408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions i18n/en/cosmic_backups.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ cut = Cut
## View
view = View
menu-settings = Settings...
menu-about = About COSMIC Backups...
2 changes: 2 additions & 0 deletions src/app/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ pub fn menu_bar<'a>(key_binds: &HashMap<KeyBind, Action>) -> Element<'a, Message
items(
key_binds,
vec![
Item::Button(fl!("menu-settings"), Action::Settings),
Item::Divider,
Item::Button(fl!("menu-about"), Action::About),
],
),
Expand Down

0 comments on commit dbb4408

Please sign in to comment.