aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authorRemy Raes <raes.remy@gmail.com>2022-09-23 18:42:34 +0200
committerRemy Raes <raes.remy@gmail.com>2022-09-23 18:42:34 +0200
commite31f9bc40cda2a384e9f839c8c3cbcff8f90dadd (patch)
tree40bfd1afd993fc0c7471578193add66115b1753d /src-tauri
parentd3a14be58d2f980cb7a4d625d9ce479cfaa5af2f (diff)
downloadFlightCore-e31f9bc40cda2a384e9f839c8c3cbcff8f90dadd.tar.gz
FlightCore-e31f9bc40cda2a384e9f839c8c3cbcff8f90dadd.zip
feat: remove window decorations
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/tauri.conf.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 9789b5d0..8818ee79 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -62,6 +62,7 @@
{
"fullscreen": false,
"resizable": true,
+ "decorations": false,
"title": "FlightCore",
"height": 600,
"minHeight": 600,