Visual Tweaks to Miniplayer and add assets to Web Remote.

This commit is contained in:
cryptofyre 2022-01-23 15:31:41 -06:00
parent 0bbf4ee4b3
commit cd77c6536d
5 changed files with 6 additions and 6 deletions

View file

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