diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index 3b6be33..f801922 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -1,17 +1,17 @@ { - "tauri": { - "windows": [ - { - "title": "tauri.windows.conf.json > tauri > windows > title", - "label": "main", - "minWidth": 1000, - "minHeight": 600, - "resizable": true, - "fullscreen": false, - "visible": false, - "decorations": false, - "alwaysOnTop": false - } - ] - } + "app": { + "windows": [ + { + "title": "tauri.windows.conf.json > tauri > windows > title", + "label": "main", + "minWidth": 1000, + "minHeight": 600, + "resizable": true, + "fullscreen": false, + "visible": false, + "decorations": false, + "alwaysOnTop": false + } + ] + } }