From 24a1cf5135d3c8209a09594a893b606b252ec6c9 Mon Sep 17 00:00:00 2001 From: Hansoo Date: Sun, 29 Jan 2023 18:50:04 +0900 Subject: [PATCH] changed tauri-conf --- src-tauri/tauri.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 21c34e7..fc61036 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "pokemon-data-displayer", - "version": "0.0.3" + "version": "0.0.4" }, "tauri": { "allowlist": { @@ -60,11 +60,11 @@ "windows": [ { "fullscreen": false, - "height": 900, + "height": 950, "resizable": true, "title": "pokemon-data-displayer", "width": 1000, - "alwaysOnTop": true + "alwaysOnTop": false } ] }