mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Tray menu items same as in old shell
This commit is contained in:
parent
a5f0d26535
commit
e89f282996
1 changed files with 3 additions and 3 deletions
|
|
@ -12,11 +12,11 @@ pub struct SystemTray {
|
|||
pub tray: nwg::TrayNotification,
|
||||
#[nwg_control(popup: true)]
|
||||
pub tray_menu: nwg::Menu,
|
||||
#[nwg_control(parent: tray_menu, text: "&Show Window")]
|
||||
#[nwg_control(parent: tray_menu, text: "&Show window")]
|
||||
pub tray_show_hide: nwg::MenuItem,
|
||||
#[nwg_control(parent: tray_menu, text: "Always on &Top")]
|
||||
#[nwg_control(parent: tray_menu, text: "Always on &top")]
|
||||
pub tray_topmost: nwg::MenuItem,
|
||||
#[nwg_control(parent: tray_menu, text: "E&xit")]
|
||||
#[nwg_control(parent: tray_menu, text: "&Quit")]
|
||||
pub tray_exit: nwg::MenuItem,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue