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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user