We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2753c2a commit 3b514eaCopy full SHA for 3b514ea
src-tauri/tauri.conf.json
@@ -6,7 +6,7 @@
6
"distDir": "./www"
7
},
8
"package": {
9
- "productName": "QuickView",
+ "productName": "CompareView",
10
"version": "1.0.0"
11
12
"tauri": {
@@ -69,7 +69,7 @@
69
"fullscreen": false,
70
"height": 600,
71
"resizable": true,
72
- "title": "QuickView",
+ "title": "CompareView",
73
"width": 800,
74
"visible": false,
75
"additionalBrowserArgs": "--force-device-scale-factor=1"
0 commit comments