Desktop: Fixed broken menu bar

pull/1795/head^2
Laurent Cozic 2019-09-16 22:54:40 +01:00
parent 3ea97ad9ff
commit 224a4d786b
2 changed files with 2 additions and 3 deletions

View File

@ -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') });

View File

@ -1 +0,0 @@
c:\Users\Laurent\AppData\Local\Android\sdk\tools\emulator.exe -avd Nexus_5X_API_23_Google_API_