disabled keymap button
mellbacon committed
Apr 29, 2023 at 16:48 UTC
a941130481b447def87ec2cf1abea3e9e544027a
1 file changed
+1
-1
src/lib/Header.svelte
+1
-1
@@ -68,7 +68,7 @@
68
<div class="tools">
69
70
<div class="settings">
71
- <Dropdown right menu={{icon: Settings, children: [{name: "Settings", shortcut: "", action: () => {console.log("click")}}, {name: "Keymap", shortcut: "", action: () => {console.log("click")}}]}} />
71
+ <Dropdown right menu={{icon: Settings, children: [{name: "Settings", shortcut: "", action: () => {console.log("click")}}, {name: "Keymap", disabled: true, shortcut: "", action: () => {console.log("click")}}]}} />
72
</div>
73
</div>
74
<div id="window-controls">