Merge pull request #22 from meowarex/dev

Overhauled Performance
This commit is contained in:
Meow Meow
2025-06-05 01:23:52 +10:00
committed by GitHub
+1 -1
View File
@@ -62,7 +62,7 @@ export const Settings = () => {
/> />
<LunaSwitchSetting <LunaSwitchSetting
title="Cover Everywhere | Experimental" title="Cover Everywhere | Experimental"
desc="Apply the spinning CoverArt background to the entire app, not just the Now Playing view, Heavily Inspired by Cover-Theme by @Inrixia" desc="Apply the spinning Cover Art background to the entire app, not just the Now Playing view, Heavily Inspired by Cover-Theme by @Inrixia"
checked={spinningCoverEverywhere} checked={spinningCoverEverywhere}
onChange={(_, checked: boolean) => { onChange={(_, checked: boolean) => {
console.log("Spinning Cover Everywhere:", checked ? "enabled" : "disabled"); console.log("Spinning Cover Everywhere:", checked ? "enabled" : "disabled");