aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-08-08 14:52:24 +0200
committerHimbeer <himbeer@disroot.org>2024-08-08 14:53:08 +0200
commitc8371eaf85ffd55a3df79947c8fbba83a1137319 (patch)
tree479ea91d9ae36ff6883ab44e5aa35aa1daff3192
parent5e8c47b85cea5ddee4c922c27e43a1e6bb461d18 (diff)
Set window title
Fixes #2.
-rw-r--r--src-tauri/tauri.conf.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 90583f9..2f119da 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -30,8 +30,8 @@
},
"windows": [
{
- "title": "rsdsl_manager",
- "width": 800,
+ "title": "RSDSL Verwaltungswerkzeug",
+ "width": 1200,
"height": 600
}
],