disconnect command

This commit is contained in:
Jan Prochazka
2022-12-25 19:27:24 +01:00
parent 5c1c4e1fa6
commit c340ac9112
5 changed files with 23 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ module.exports = ({ editMenu }) => [
{ divider: true },
{ command: 'file.exit', hideDisabled: true },
{ command: 'app.logout', hideDisabled: true, skipInApp: true },
{ command: 'app.disconnect', hideDisabled: true, skipInApp: true },
],
},
{