chore: Prettified Code
[ci skip]
This commit is contained in:
parent
0a51a3a7f0
commit
b94332e8bd
2 changed files with 4 additions and 4 deletions
|
@ -441,8 +441,8 @@ export class BrowserWindow {
|
|||
this.options.hasShadow = true;
|
||||
break;
|
||||
}
|
||||
|
||||
nativeTheme.themeSource = utils.getStoreValue("visual.overrideDisplayTheme")
|
||||
|
||||
nativeTheme.themeSource = utils.getStoreValue("visual.overrideDisplayTheme");
|
||||
|
||||
// Start the webserver for the browser window to load
|
||||
// LocalFiles.DB.init()
|
||||
|
@ -1142,7 +1142,7 @@ export class BrowserWindow {
|
|||
|
||||
// Override light, dark
|
||||
ipcMain.on("changeDisplayTheme", (event, theme) => {
|
||||
nativeTheme.themeSource = theme
|
||||
nativeTheme.themeSource = theme;
|
||||
});
|
||||
|
||||
//Fullscreen
|
||||
|
|
|
@ -200,7 +200,7 @@ export class Store {
|
|||
accentColor: "#fc3c44",
|
||||
purplePodcastPlaybackBar: false,
|
||||
maxElementScale: -1, // -1 default, anything else is a custom scale
|
||||
overrideDisplayTheme : "system" // system , dark, light
|
||||
overrideDisplayTheme: "system", // system , dark, light
|
||||
},
|
||||
lyrics: {
|
||||
enable_mxm: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue