chore(tauri.conf.json): change app name and make window non resizable
This commit is contained in:
parent
34560d4c91
commit
afa4a1ca17
@ -7,7 +7,7 @@
|
|||||||
"withGlobalTauri": true
|
"withGlobalTauri": true
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "big-word",
|
"productName": "KlectrRadio",
|
||||||
"version": "0.0.1"
|
"version": "0.0.1"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
@ -33,10 +33,11 @@
|
|||||||
},
|
},
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"title": "big-word",
|
"title": "KlectrRadio",
|
||||||
"width": 300,
|
"width": 300,
|
||||||
"height": 600,
|
"height": 600,
|
||||||
"decorations": false
|
"decorations": false,
|
||||||
|
"resizable": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"security": {
|
"security": {
|
||||||
|
Loading…
Reference in New Issue
Block a user