mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Desktop: Fixed broken menu bar
This commit is contained in:
parent
3ea97ad9ff
commit
224a4d786b
@ -535,7 +535,7 @@ class Application extends BaseApplication {
|
||||
},
|
||||
});
|
||||
|
||||
const toolsItems = toolsItemsFirst.push({
|
||||
const toolsItems = toolsItemsFirst.concat([{
|
||||
label: _('Options'),
|
||||
visible: !shim.isMac(),
|
||||
accelerator: 'CommandOrControl+,',
|
||||
@ -545,7 +545,7 @@ class Application extends BaseApplication {
|
||||
routeName: 'Config',
|
||||
});
|
||||
},
|
||||
});
|
||||
}]);
|
||||
|
||||
function _checkForUpdates(ctx) {
|
||||
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_
|
Loading…
Reference in New Issue
Block a user