Fixed Player Bar Border

This commit is contained in:
2026-02-28 21:43:36 +11:00
parent 7ad4bbb332
commit 7748f2fe08
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -116,8 +116,8 @@ const applyFloatingPlayerBar = (): void => {
// Alias for settings callback
const updateRadiantLyricsPlayerBarTint = applyFloatingPlayerBar;
// Apply Tint and Observe in case doesn't exist yet (ik this isnt the best way to do it but.. make a PR i dare ya!)
applyPlayerBarTintToElement();
// Apply floating player bar + tint on load
applyFloatingPlayerBar();
observe<HTMLElement>(unloads, '[data-test="footer-player"]', () => {
applyPlayerBarTintToElement();
});