Skip to content

Commit 71fb869

Browse files
committed
update https scheme setting
1 parent 6fbbd57 commit 71fb869

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@
3535
"windows": [
3636
{
3737
"decorations": true,
38-
"title": "UCM",
38+
"title": "UCM Desktop",
3939
"fullscreen": false,
4040
"resizable": true,
4141
"titleBarStyle": "Overlay",
4242
"hiddenTitle": true,
4343
"width": 1024,
44-
"height": 768
44+
"height": 768,
45+
"useHttpsScheme": true,
46+
"center": true
4547
}
4648
],
4749
"security": {

0 commit comments

Comments
 (0)