You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Desktop: Fixed broken menu bar
This commit is contained in:
@@ -535,7 +535,7 @@ class Application extends BaseApplication {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const toolsItems = toolsItemsFirst.push({
|
const toolsItems = toolsItemsFirst.concat([{
|
||||||
label: _('Options'),
|
label: _('Options'),
|
||||||
visible: !shim.isMac(),
|
visible: !shim.isMac(),
|
||||||
accelerator: 'CommandOrControl+,',
|
accelerator: 'CommandOrControl+,',
|
||||||
@@ -545,7 +545,7 @@ class Application extends BaseApplication {
|
|||||||
routeName: 'Config',
|
routeName: 'Config',
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
});
|
}]);
|
||||||
|
|
||||||
function _checkForUpdates(ctx) {
|
function _checkForUpdates(ctx) {
|
||||||
bridge().checkForUpdates(false, bridge().window(), ctx.checkForUpdateLoggerPath(), { includePreReleases: Setting.value('autoUpdate.includePreReleases') });
|
bridge().checkForUpdates(false, bridge().window(), ctx.checkForUpdateLoggerPath(), { includePreReleases: Setting.value('autoUpdate.includePreReleases') });
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
c:\Users\Laurent\AppData\Local\Android\sdk\tools\emulator.exe -avd Nexus_5X_API_23_Google_API_
|
|
Reference in New Issue
Block a user