diff options
author | Himbeer <himbeer@disroot.org> | 2024-08-08 14:52:24 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-08-08 14:53:08 +0200 |
commit | c8371eaf85ffd55a3df79947c8fbba83a1137319 (patch) | |
tree | 479ea91d9ae36ff6883ab44e5aa35aa1daff3192 | |
parent | 5e8c47b85cea5ddee4c922c27e43a1e6bb461d18 (diff) |
Set window title
Fixes #2.
-rw-r--r-- | src-tauri/tauri.conf.json | 4 |
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 } ], |