Skip to content

Commit

Permalink
ci: fix tauri.windows.conf.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Dec 19, 2024
1 parent 3589e34 commit 18249f8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src-tauri/tauri.windows.conf.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
}

0 comments on commit 18249f8

Please sign in to comment.