Overhauled Performance

This commit is contained in:
2025-06-05 01:21:59 +10:00
parent cfac9edf5b
commit fabb8c9166
+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");