Merge branch 'ciderapp:develop' into develop

This commit is contained in:
Gabriel Davila 2022-04-10 16:33:25 -03:00 committed by GitHub
commit 4bc31005b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 196 additions and 81 deletions

View file

@ -622,7 +622,10 @@ export class BrowserWindow {
const wpBase64: string = await readFileSync(wpPath, 'base64')
// add the data:image properties
const wpData: string = `data:image/png;base64,${wpBase64}`
event.returnValue = wpData;
event.returnValue = {
path: wpPath,
data: wpData
};
})
ipcMain.handle("reinstall-widevine-cdm", () => {

View file

@ -128,7 +128,8 @@ export class Store {
"windowLayout": "default"
},
"windowControlPosition": 0, // 0 default right
"nativeTitleBar": false
"nativeTitleBar": false,
"uiScale": 1.0
},
"lyrics": {
"enable_mxm": false,