fix: update selected mode on state change

This commit is contained in:
Youwen Wu 2024-02-23 16:01:01 -08:00
parent a9dbbb96b9
commit 5393a02bc1

View file

@ -10,7 +10,7 @@
let modeText = '' let modeText = ''
switch (selectedMode) { $: switch (selectedMode) {
case 'chill': case 'chill':
modeText = 'CHILL' modeText = 'CHILL'
break break