From d3ce23d9b03f2ce3538563cb38c1059b3eb7fd9d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 4 Feb 2026 07:24:32 +0100 Subject: [PATCH] Add label to main window in tauri.conf.json --- src-tauri/tauri.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e0afd5f..3e0ca27 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,6 +12,7 @@ "app": { "windows": [ { + "label": "main", "title": "Idea -> Concept", "width": 1200, "height": 820,