7 lines
210 B
Text
7 lines
210 B
Text
(defpoll active_profile :initial false
|
|
:interval "60s"
|
|
"sp-profile-icon")
|
|
(defwidget profile []
|
|
(button :onclick "sp-profiles next"
|
|
:class "profile"
|
|
{active_profile}))
|