add: CACHE_BREAKER env var

This commit is contained in:
trisua 2025-06-22 18:53:02 -04:00
parent 69fc3ca490
commit aceb51c21c
7 changed files with 18 additions and 9 deletions

View file

@ -322,6 +322,7 @@
\"Spotify\",
{
token: new_token,
refresh_token: new_refresh_token,
expires_in: expires_in.toString(),
name: profile.display_name,
},

View file

@ -136,7 +136,7 @@
("class" "dropdown")
("style" "width: max-content")
(button
("class" "camo raised small")
("class" "raised small")
("onclick" "trigger('atto::hooks::dropdown', [event])")
("exclude" "dropdown")
(icon (text "sliders-horizontal"))

View file

@ -20,7 +20,7 @@
("class" "dropdown")
("style" "width: max-content")
(button
("class" "camo raised small")
("class" "raised small")
("onclick" "trigger('atto::hooks::dropdown', [event])")
("exclude" "dropdown")
(icon (text "sliders-horizontal"))