mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 18:16:00 +00:00
native menu fix for mac #281
This commit is contained in:
@@ -110,6 +110,7 @@ export const visibleTitleBar = derived(useSettings(), $settings => {
|
||||
if (nativeMenuOnStartup == null) {
|
||||
nativeMenuOnStartup = !!$settings['app.useNativeMenu'];
|
||||
}
|
||||
// console.log('nativeMenuOnStartup', nativeMenuOnStartup);
|
||||
return !$settings['app.fullscreen'] && !nativeMenuOnStartup;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user