Skip to content

Commit 1475643

Browse files
fix(YouTube Music): Use correct light/dark mode settings UI
1 parent 9a7179f commit 1475643

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extensions/music/src/main/java/app/revanced/extension/music/settings/GoogleApiActivityHook.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ public static GoogleApiActivityHook createInstance() {
2727
// Logging anything under non debug ensures this is set.
2828
Logger.printInfo(() -> "Permanent repeat enabled: " + Settings.PERMANENT_REPEAT.get());
2929

30+
// YT Music always uses dark mode.
31+
Utils.setIsDarkModeEnabled(true);
32+
3033
return new GoogleApiActivityHook();
3134
}
3235

0 commit comments

Comments
 (0)