mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
update the update link
This commit is contained in:
parent
d08995ec5c
commit
a28f106433
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ hookCoverChange(false);
|
|||
upd.style.setProperty("color", "var(--spice-button-active)");
|
||||
document.querySelector(".main-userWidget-box").append(upd)
|
||||
document.querySelector(".main-userWidget-box").classList.add("update-avail")
|
||||
new Spicetify.Menu.Item("Update Dribbblish", false, () => window.open("https://github.com/JulienMaille/dribbblish-dynamic-theme#install", "_blank")).register();
|
||||
new Spicetify.Menu.Item("Update Dribbblish", false, () => window.open("https://github.com/JulienMaille/dribbblish-dynamic-theme/blob/main/README.md#install--update", "_blank")).register();
|
||||
}
|
||||
}).catch(err => {
|
||||
// Do something for an error here
|
||||
|
|
|
|||
Loading…
Reference in a new issue