mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-10 02:26:21 -04:00
remove linux menu (it's same as fallback)
This commit is contained in:
@@ -4,7 +4,6 @@ use tauri::{AboutMetadata, CustomMenuItem, Menu, MenuItem, Submenu, WindowMenuEv
|
||||
|
||||
pub(crate) fn get_menu() -> Menu {
|
||||
match consts::OS {
|
||||
"linux" => Menu::new(),
|
||||
"macos" => custom_menu_bar(),
|
||||
_ => Menu::new(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user