some testing stuffs

This commit is contained in:
vapormusic 2021-12-27 17:05:12 +07:00
parent a0dee084e0
commit 8106f0ac2e
4 changed files with 226 additions and 1 deletions

View file

@ -359,7 +359,7 @@ const app = new Vue({
}
}
}
MusicKitInterop.init()
// Set the volume
this.mk.volume = this.cfg.general.volume
// ipcRenderer.invoke('getStoreValue', 'general.volume').then((value) => {
@ -2578,3 +2578,5 @@ webGPU().then()
let screenWidth = screen.width;
let screenHeight = screen.height;