fixed typo

This commit is contained in:
Daniel Sommer 2022-03-30 23:10:54 +02:00
parent 7901cc8aff
commit 8a5e4ce473

View file

@ -142,7 +142,7 @@ async function setSystemdStatus(name, state) {
}
let mode = 'set';
let options = {
blinkstick: BLINKSTICK_STRIP,
blinkstick: BLINKSTICK_SQUARE,
color: animationsInProgress[name] || COLOR_DEFAULT
};
if (state === SYSTEMD_STATE_ACTIVE) {