fix: correct typo in command code

This commit is contained in:
Kiana Sheibani 2025-10-08 00:03:02 -04:00
parent 7c90710bf6
commit b27fb0b079
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -109,7 +109,7 @@ Scope {
description: "Toggle launcher"
onPressed: {
const uiState = States.getForActive();
uiState.laucher = !uiState.launcher;
uiState.launcher = !uiState.launcher;
}
}