some fixes to the fs
This commit is contained in:
parent
b41a8a88b3
commit
98847ee92c
5 changed files with 70 additions and 5 deletions
|
@ -222,6 +222,10 @@ const CiderBase = {
|
|||
win.minimize();
|
||||
})
|
||||
|
||||
ipcMain.on('setFullScreen',(event, flag) => {
|
||||
win.setFullScreen(flag)
|
||||
})
|
||||
|
||||
if (process.platform === "win32") {
|
||||
let WND_STATE = {
|
||||
MINIMIZED: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue