From 8b24a0f8f36c66a92f00ff23864a99ac44f0fada Mon Sep 17 00:00:00 2001 From: BeGeWei Date: Sun, 10 Dec 2023 16:24:17 +0800 Subject: [PATCH] change 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 3bf65fb..7ade189 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -40,7 +40,7 @@ { "fullscreen": false, "resizable": true, - "title": "tableviewer", + "title": "Table Viewer", "width": 1600, "height": 900 }