Merge branch 'upcoming' of https://github.com/ciderapp/Cider into upcoming
This commit is contained in:
commit
40cafaeeaa
16 changed files with 573 additions and 194 deletions
|
@ -3306,7 +3306,7 @@ const app = new Vue({
|
|||
this.tmpWidth = window.innerWidth;
|
||||
this.tmpHeight = window.innerHeight;
|
||||
ipcRenderer.send('setFullScreen', false);
|
||||
ipcRenderer.send('windowresize', 250, 250, false)
|
||||
ipcRenderer.send('windowresize', 364, 364, false)
|
||||
app.appMode = 'mini';
|
||||
} else {
|
||||
ipcRenderer.send('windowresize', this.tmpWidth, this.tmpHeight, false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue