f255fa05e9
ToggleSwitch does not flip checked on click — it only emits toggled() and the caller owns the value. Reading !checked there yielded the current bound state, so setPaused's guard always early-returned and the toggle never did anything. Flip !root.paused instead; the checked binding follows the flag file.
24 lines
582 B
JSON
24 lines
582 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "felixzsh.key-visualizer",
|
|
"name": "Key Visualizer",
|
|
"version": "1.3.2",
|
|
"description": "Shows the keys you press on screen. Great for keybinding tutorials, demos, and screencasts.",
|
|
"kinds": [
|
|
"panel",
|
|
"bar-widget"
|
|
],
|
|
"keepLoaded": true,
|
|
"entryPoints": {
|
|
"panel": "KeyVisualizer.qml",
|
|
"barWidget": "Panel.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Key Visualizer",
|
|
"description": "Toggle the key display and its options",
|
|
"category": "Tools",
|
|
"allowMultiple": false,
|
|
"defaultSection": "right"
|
|
}
|
|
}
|