diff options
Diffstat (limited to 'src-tauri/tauri.conf.json')
-rw-r--r-- | src-tauri/tauri.conf.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 57da488b..2a117a8d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -62,12 +62,7 @@ { "fullscreen": false, "resizable": true, - "title": "FlightCore", - "alwaysOnTop": true, - "x": 1200, - "y": 0, - "height": 500, - "width": 300 + "title": "FlightCore" } ] } |