mirror of https://github.com/laurent22/joplin.git
Desktop: Fixed broken menu bar
parent
3ea97ad9ff
commit
224a4d786b
|
@ -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_
|
|
Loading…
Reference in New Issue