diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index 4029b5b..5220417 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -5,6 +5,12 @@ "libcrypto-3-x64.dll", "libssl-3-x64.dll" ] - } + }, + "windows": [ + { + "title": "JET Pilot", + "decorations": false + } + ] } } \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 72ec9f5..7b4109a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,7 +13,7 @@ import DialogHandler from "./components/DialogHandler.vue";