feat: Enhance application with logging, configuration management, and system tray support
first working gui windows with configs
This commit is contained in:
@@ -8,12 +8,15 @@
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"windows": [
|
||||
{
|
||||
"label": "settings",
|
||||
"title": "AI Typist Inställningar",
|
||||
"url": "index.html",
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"visible": false
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
||||
Reference in New Issue
Block a user