mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
global menu improvements
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user