feat: theme selection is now stored in the config file

This commit is contained in:
2023-05-09 23:57:16 +02:00
parent 4350ab9bd9
commit 6e5a2c626c
3 changed files with 15 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ export const settingsStore = new Store({
singleInstance: true,
skipArtists: false,
skippedArtists: [""],
theme: "none",
trayIcon: true,
updateFrequency: 500,
windowBounds: { width: 800, height: 600 },