mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-25 12:04:56 +01:00
Fix macOS menu and fallback URL
This commit is contained in:
@@ -833,7 +833,6 @@ fn create_window(handle: &AppHandle<Wry>, url: Option<&str>) -> Window<Wry> {
|
||||
{
|
||||
win_builder = win_builder
|
||||
.menu(app_menu)
|
||||
.decorations(false)
|
||||
.hidden_title(true)
|
||||
.title_bar_style(TitleBarStyle::Overlay);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user