From 51123c7fd3b1937d1b202a39f56899ea46981f19 Mon Sep 17 00:00:00 2001 From: Julien <182520+JulienMaille@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:27:19 +0100 Subject: [PATCH] BUMP 1.1 --- dribbblish-dynamic.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index bd18650..19d16fa 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -1,4 +1,4 @@ -let current = "1.0"; +let current = "1.1"; function waitForElement(els, func, timeout = 100) { const queries = els.map(el => document.querySelector(el)); @@ -535,4 +535,4 @@ songchange(); Spicetify.showNotification("Applied system " + (systemDark ? "dark" : "light") + " theme."); })(); -document.documentElement.style.setProperty("--warning_message", " "); \ No newline at end of file +document.documentElement.style.setProperty("--warning_message", " ");