From f03cc0a09f4b6fc84e423b43d1b82a243c9aad91 Mon Sep 17 00:00:00 2001 From: GID Date: Tue, 1 Jul 2025 19:31:39 +0700 Subject: [PATCH 1/2] Update to make the transparency enabled to make easier to support rounded corners windows --- 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 a6dac26..54efcd9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -67,6 +67,7 @@ "windows": [ { "fullscreen": false, + "transparent": true, "height": 730, "resizable": true, "title": "Cultivation", From 364d1387798f39fd47e7ff4e221cc7a8b525010b Mon Sep 17 00:00:00 2001 From: GID Date: Tue, 1 Jul 2025 19:35:14 +0700 Subject: [PATCH 2/2] Update launch_args and fix login timeout to use the options OptionSection for better UX and easier for theming --- src/ui/components/menu/Options.tsx | 35 ++++++++++++++++++------------ 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/src/ui/components/menu/Options.tsx b/src/ui/components/menu/Options.tsx index a8880ea..cdb08c9 100644 --- a/src/ui/components/menu/Options.tsx +++ b/src/ui/components/menu/Options.tsx @@ -823,25 +823,32 @@ export default class Options extends React.Component { + + + - -