mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 21:55:59 +00:00
PR #440 - handle on startup
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
let isMaximized = false;
|
||||
|
||||
if (electron) {
|
||||
apiOn('maximize', (maximized: boolean) => {
|
||||
apiOn('setIsMaximized', (maximized: boolean) => {
|
||||
isMaximized = maximized;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user