app exit - mac

This commit is contained in:
Jan Prochazka
2022-04-14 11:05:33 +02:00
parent 0187bb74ee
commit 5a42e8e963
3 changed files with 57 additions and 27 deletions

View File

@@ -17,7 +17,7 @@ module.exports = [
{ command: 'group.saveAs', hideDisabled: true },
{ divider: true },
{ command: 'file.exit', hideDisabled: true },
{ command: 'app.logout', hideDisabled: true },
{ command: 'app.logout', hideDisabled: true, skipInApp: true },
],
},
{