minor window adjustments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "chatapp",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"identifier": "com.strawberries.chatapp",
|
||||
"build": {
|
||||
"beforeDevCommand": "yarn dev",
|
||||
@@ -15,10 +15,11 @@
|
||||
"title": "chatapp",
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"decorations": false,
|
||||
"decorations": true,
|
||||
"resizable": true,
|
||||
"fullscreen": false,
|
||||
"center": true
|
||||
"center": true,
|
||||
"theme": "Dark"
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
@@ -28,6 +29,7 @@
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": [
|
||||
"appimage",
|
||||
"deb",
|
||||
"nsis",
|
||||
"msi",
|
||||
|
||||
Reference in New Issue
Block a user