Merge remote-tracking branch 'origin/main' into feature/replace_hotkeys_library

This commit is contained in:
Elian Doran
2025-07-30 23:29:16 +03:00
11 changed files with 113 additions and 43 deletions

View File

@@ -106,7 +106,9 @@ export default class Entrypoints extends Component {
if (win.isFullScreenable()) {
win.setFullScreen(!win.isFullScreen());
}
} // outside of electron this is handled by the browser
} else {
document.documentElement.requestFullscreen();
}
}
reloadFrontendAppCommand() {