[UI] Placed spotiqueue extension in the right topbar
This commit is contained in:
parent
ff519ec1fc
commit
2d3f1dd8dc
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ class SpotiQueue {
|
||||||
}
|
}
|
||||||
|
|
||||||
initUi() {
|
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 = btn.button;
|
||||||
this.button.style.color = "#e22134";
|
this.button.style.color = "#e22134";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue