Visual Tweaks to Miniplayer and add assets to Web Remote.
This commit is contained in:
parent
0bbf4ee4b3
commit
cd77c6536d
5 changed files with 6 additions and 6 deletions
|
@ -3293,7 +3293,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