fix #198
This commit is contained in:
parent
b7cd87e17e
commit
a0c1d3ffcd
2 changed files with 6 additions and 1 deletions
|
@ -3326,9 +3326,11 @@ const app = new Vue({
|
|||
this.tmpWidth = window.innerWidth;
|
||||
this.tmpHeight = window.innerHeight;
|
||||
ipcRenderer.send('unmaximize');
|
||||
ipcRenderer.send('windowmin', 250, 250)
|
||||
ipcRenderer.send('windowresize', 300, 300, false)
|
||||
app.appMode = 'mini';
|
||||
} else {
|
||||
ipcRenderer.send('windowmin', 844, 410)
|
||||
ipcRenderer.send('windowresize', this.tmpWidth, this.tmpHeight, false)
|
||||
app.appMode = 'player';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue