Skip to content

Commit

Permalink
BUMP 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMaille authored Jan 17, 2025
1 parent 7682cd1 commit 51123c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dribbblish-dynamic.js
Original file line number Diff line number Diff line change
@@ -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));
Expand Down Expand Up @@ -535,4 +535,4 @@ songchange();
Spicetify.showNotification("Applied system " + (systemDark ? "dark" : "light") + " theme.");
})();

document.documentElement.style.setProperty("--warning_message", " ");
document.documentElement.style.setProperty("--warning_message", " ");

0 comments on commit 51123c7

Please sign in to comment.