fixed typo
This commit is contained in:
parent
7901cc8aff
commit
8a5e4ce473
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ async function setSystemdStatus(name, state) {
|
||||||
}
|
}
|
||||||
let mode = 'set';
|
let mode = 'set';
|
||||||
let options = {
|
let options = {
|
||||||
blinkstick: BLINKSTICK_STRIP,
|
blinkstick: BLINKSTICK_SQUARE,
|
||||||
color: animationsInProgress[name] || COLOR_DEFAULT
|
color: animationsInProgress[name] || COLOR_DEFAULT
|
||||||
};
|
};
|
||||||
if (state === SYSTEMD_STATE_ACTIVE) {
|
if (state === SYSTEMD_STATE_ACTIVE) {
|
||||||
|
|
Loading…
Reference in a new issue