diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-09-23 18:42:34 +0200 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-09-23 18:42:34 +0200 |
commit | e31f9bc40cda2a384e9f839c8c3cbcff8f90dadd (patch) | |
tree | 40bfd1afd993fc0c7471578193add66115b1753d /src-tauri | |
parent | d3a14be58d2f980cb7a4d625d9ce479cfaa5af2f (diff) | |
download | FlightCore-e31f9bc40cda2a384e9f839c8c3cbcff8f90dadd.tar.gz FlightCore-e31f9bc40cda2a384e9f839c8c3cbcff8f90dadd.zip |
feat: remove window decorations
Diffstat (limited to 'src-tauri')
-rw-r--r-- | src-tauri/tauri.conf.json | 1 |
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, |