Tray auf HTML-Popup vereinheitlicht (macOS/Windows), Version 0.2.0

macOS und Windows öffnen jetzt dasselbe rahmenlose Popup-Fenster wie Linux,
ausgelöst über den nativen Tray-Klick und am Icon-rect positioniert; das
native macOS-Menü (tray_menu/menu_icon/project_icon_rgba_36/scale_rgba)
entfällt. Popup-Fenster wird plattformübergreifend gebaut, macOSPrivateApi
für die Transparenz aktiviert, Fokusverlust schließt das Popup überall.
This commit is contained in:
marcus.hinz
2026-07-07 09:09:18 +02:00
parent 8434255101
commit c39330bffb
5 changed files with 67 additions and 172 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "ai-control",
"version": "0.1.1",
"version": "0.2.0",
"identifier": "com.aicontrol.app",
"build": {
"frontendDist": "../dist",
@@ -10,6 +10,7 @@
"beforeBuildCommand": "npm run build"
},
"app": {
"macOSPrivateApi": true,
"windows": [],
"security": {
"csp": null