Skip to content

Commit

Permalink
add native menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
ehlxr committed Mar 15, 2022
1 parent 79d9967 commit 67ffed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub fn create_app_menu() -> Menu {
.add_native_item(MenuItem::Quit),
);

let set =CustomMenuItem::new("set".to_string(), "Set");
let set =CustomMenuItem::new("set".to_string(), "Setting");
let submenu_customer = Submenu::new("System", Menu::new().add_item(set));
Menu::new()
.add_submenu(submenu_gear)
Expand Down

0 comments on commit 67ffed1

Please sign in to comment.