aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/tauri.conf.json
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-27 14:25:15 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-27 14:25:15 +0200
commit1bb6281062fa7cee3ce017a495a0d2248a1e721b (patch)
tree2222f344e22fb2fe6c2cbb666379e359eeb7fcc4 /src-tauri/tauri.conf.json
parent4134c55bbe641445fb47dff2ec3ed23c9cbdc970 (diff)
downloadFlightCore-1bb6281062fa7cee3ce017a495a0d2248a1e721b.tar.gz
FlightCore-1bb6281062fa7cee3ce017a495a0d2248a1e721b.zip
Remove development window modifications
Diffstat (limited to 'src-tauri/tauri.conf.json')
-rw-r--r--src-tauri/tauri.conf.json7
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"
}
]
}