qute: Update deprecated taskadd mapping

Uses (not-so-) new 'cmd-set-text' syntax instead of the deprecated
version. Retains all other functionality.
This commit is contained in:
Marty Oehme 2025-03-08 19:32:50 +01:00
parent 727800a56a
commit 3dd6e7b254
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -94,7 +94,7 @@ config.bind(
"config-cycle content.user_stylesheets " + 'stylesheets/stylesheet.css ""',
)
config.bind(leader + "a", "set-cmd-text -s :taskadd")
config.bind(leader + "a", "cmd-set-text -s :taskadd")
# Enable and disable javascript
config.bind(leader + "js", "config-cycle content.javascript.enabled true false")