parent
2260caba00
commit
661751f306
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ const createWindow = async () => {
|
||||||
|
|
||||||
ipcMain.on('window-maximize', () => {
|
ipcMain.on('window-maximize', () => {
|
||||||
mainWindow?.maximize();
|
mainWindow?.maximize();
|
||||||
mainWindow?.webContents.send('renderer-player-quit');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
ipcMain.on('window-unmaximize', () => {
|
ipcMain.on('window-unmaximize', () => {
|
||||||
|
|
Reference in a new issue