summaryrefslogtreecommitdiffstats
path: root/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/main.qml')
-rw-r--r--qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/main.qml b/qml/main.qml
index fc6bbc1..60398fe 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -68,7 +68,7 @@ PageStackWindow {
}
Component.onCompleted: {
- theme.inverted = true;
+ theme.inverted = spotifySession.invertedTheme;
themeColor = "color2"
if (!spotifySession.isOnline && (!spotifySession.user || !spotifySession.offlineMode))
openConnection();