From 0074b57653a93fd98f17ab0402a6f48f839391ba Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 4 May 2022 20:17:41 +0530 Subject: [PATCH] make app launch in center --- 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 1760721..7c6b31c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -60,6 +60,7 @@ "title": "Cinny", "width": 1024, "height": 724, + "center": true, "resizable": true, "fullscreen": false }