fix the scalings

This commit is contained in:
vapormusic 2021-12-27 08:26:10 +07:00
parent cc876f7247
commit 6525110c61
2 changed files with 3 additions and 5 deletions

View file

@ -2572,3 +2572,5 @@ async function webGPU() {
webGPU().then()
let screenWidth = screen.width;
ipcRenderer.send("setScreenScale" ,screenWidth / 1536)