Hand-Icon als App-/Tray-Icon, App heißt ai-control, Tests für Keychain/Key-Status
- Icons komplett aus hand.png regeneriert (tauri icon) - Tray-Icon explizit per include_bytes (cargo trackt die Datei) und als Template-Icon für helle/dunkle Menüleiste; tauri-Feature image-png - Cargo-Paket app -> ai-control, Fenstertitel ai-control - Tests: keychain_service-Suffix gegen verifizierten Referenzwert, hasCredentials-Status (Key vorhanden/leer/fehlt)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
</adaptive-icon>
|
||||
Reference in New Issue
Block a user