diff --git a/extension/spotiqueue.js b/extension/spotiqueue.js index bad7d01..f683394 100644 --- a/extension/spotiqueue.js +++ b/extension/spotiqueue.js @@ -215,7 +215,7 @@ class SpotiQueue { } initUi() { - const btn = new Spicetify.Topbar.Button("SpotiQueue", "enhance", () => {}); + const btn = new Spicetify.Topbar.Button("SpotiQueue", "enhance", () => {}, false, true); this.button = btn.button; this.button.style.color = "#e22134";