some testing stuffs
This commit is contained in:
parent
a0dee084e0
commit
8106f0ac2e
4 changed files with 226 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue