Skip to content

Commit

Permalink
update https scheme setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Dec 12, 2024
1 parent 6fbbd57 commit 71fb869
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@
"windows": [
{
"decorations": true,
"title": "UCM",
"title": "UCM Desktop",
"fullscreen": false,
"resizable": true,
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"width": 1024,
"height": 768
"height": 768,
"useHttpsScheme": true,
"center": true
}
],
"security": {
Expand Down

0 comments on commit 71fb869

Please sign in to comment.