From 432baf06a93e728cef2e2de99419cb75dd5b7df2 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 19 Feb 2024 09:38:25 +1000 Subject: [PATCH] Change window title --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0ceb37a..5c04566 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ "fullscreen": false, "height": 600, "resizable": true, - "title": "Video Please", + "title": "Gleam Tauri Experiment", "width": 800 } ]