global menu improvements

This commit is contained in:
zadam
2022-12-14 10:29:14 +01:00
parent 75639c53f0
commit 1b6d0c9bbc
4 changed files with 5 additions and 12 deletions

View File

@@ -86,11 +86,7 @@ export default class Entrypoints extends Component {
if (win.isFullScreenable()) {
win.setFullScreen(!win.isFullScreen());
}
}
else {
// outside of electron this is handled by the browser
this.$widget.find(".toggle-fullscreen-button").hide();
}
} // outside of electron this is handled by the browser
}
reloadFrontendAppCommand() {