some fixes to the fs

This commit is contained in:
vapormusic 2022-01-08 20:10:49 +07:00
parent b41a8a88b3
commit 98847ee92c
5 changed files with 70 additions and 5 deletions

View file

@ -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,