remember fullscreen state #230

This commit is contained in:
Jan Prochazka
2022-02-24 17:54:20 +01:00
parent db7370aef6
commit e23b5b4124
2 changed files with 5 additions and 1 deletions

View File

@@ -594,6 +594,7 @@ registerCommand({
id: 'app.toggleFullScreen',
category: 'Application',
name: 'Toggle full screen',
keyText: 'F11',
testEnabled: () => getElectron() != null,
onClick: () => getElectron().send('window-action', 'fullscreen'),
});
@@ -642,7 +643,6 @@ registerCommand({
onClick: () => openWebLink('https://opencollective.com/dbgate'),
});
registerCommand({
id: 'app.zoomIn',
category: 'Application',