Merge branch 'upcoming' of https://github.com/ciderapp/Cider into upcoming

This commit is contained in:
vapormusic 2022-01-24 07:40:09 +07:00
commit 40cafaeeaa
16 changed files with 573 additions and 194 deletions

View file

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