Updated Defaults

This commit is contained in:
2025-08-12 22:25:57 +10:00
parent 7de6a98d8e
commit cf9bbb62e6
+3 -3
View File
@@ -4,14 +4,14 @@ import React from "react";
export const settings = await ReactiveStore.getPluginStorage("RadiantLyrics", { export const settings = await ReactiveStore.getPluginStorage("RadiantLyrics", {
hideUIEnabled: true, hideUIEnabled: true,
playerBarVisible: true, playerBarVisible: false,
lyricsGlowEnabled: true, lyricsGlowEnabled: true,
textGlow: 20, textGlow: 20,
spinningCoverEverywhere: false, spinningCoverEverywhere: true,
performanceMode: false, performanceMode: false,
spinningArtEnabled: true, spinningArtEnabled: true,
backgroundContrast: 120, backgroundContrast: 120,
backgroundBlur: 80, backgroundBlur: 80,
backgroundBrightness: 40, backgroundBrightness: 40,
spinSpeed: 45, spinSpeed: 45,
settingsAffectNowPlaying: true, settingsAffectNowPlaying: true,