add systray

This commit is contained in:
2026-02-07 17:57:48 +08:00
parent eb23ef9d5d
commit e76ada9b4b
17 changed files with 335 additions and 617 deletions

4
.vscode/launch.json vendored
View File

@@ -10,6 +10,10 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": [
"-tags",
"gtk4"
],
"preLaunchTask": "build frontend"
}
]