fix: correct typo in command code
This commit is contained in:
parent
7c90710bf6
commit
b27fb0b079
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ Scope {
|
|||
description: "Toggle launcher"
|
||||
onPressed: {
|
||||
const uiState = States.getForActive();
|
||||
uiState.laucher = !uiState.launcher;
|
||||
uiState.launcher = !uiState.launcher;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue