fix: properly call toggle function

This commit is contained in:
Nydragon 2024-11-15 17:51:35 +01:00
parent 76e901cb44
commit d9463f5ded
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -11,7 +11,7 @@ Singleton {
target: "dash"
function toggle() {
state.toggleDash;
state.toggleDash();
}
}