summaryrefslogtreecommitdiff
path: root/src/taskbar/start.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/taskbar/start.tsx')
-rw-r--r--src/taskbar/start.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/taskbar/start.tsx b/src/taskbar/start.tsx
index ddf6d47..fb8b18c 100644
--- a/src/taskbar/start.tsx
+++ b/src/taskbar/start.tsx
@@ -1,5 +1,7 @@
+import { startMenuOpen } from "$/desktop/start";
+
export function StartButton() {
- return <div id="start">
+ return <div id="start" onClick={() => startMenuOpen.value = !startMenuOpen.value}>
<button>
<img src="/assets/fumo.png" />
Start