From afa4a1ca17067042f74f42c745e8c96e77d147bd Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sun, 17 Mar 2024 00:32:44 -0500 Subject: [PATCH] chore(tauri.conf.json): change app name and make window non resizable --- src-tauri/tauri.conf.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 27b82dc..e3c49f2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ "withGlobalTauri": true }, "package": { - "productName": "big-word", + "productName": "KlectrRadio", "version": "0.0.1" }, "tauri": { @@ -33,10 +33,11 @@ }, "windows": [ { - "title": "big-word", + "title": "KlectrRadio", "width": 300, "height": 600, - "decorations": false + "decorations": false, + "resizable": false } ], "security": {