[UI] Placed spotiqueue extension in the right topbar

This commit is contained in:
Jurn Wubben 2026-02-07 13:34:40 +01:00
parent ff519ec1fc
commit 2d3f1dd8dc

View file

@ -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";