diff --git a/modules/Commands.qml b/modules/Commands.qml index 6d2f02a..1a41fdd 100644 --- a/modules/Commands.qml +++ b/modules/Commands.qml @@ -109,7 +109,7 @@ Scope { description: "Toggle launcher" onPressed: { const uiState = States.getForActive(); - uiState.laucher = !uiState.launcher; + uiState.launcher = !uiState.launcher; } }