From 5f65d007d91a441634634f6fb787bb1e56bad802 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 25 Jan 2024 11:26:55 +0700 Subject: [PATCH] fix: bring back open app directory --- web/screens/Settings/Advanced/index.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/web/screens/Settings/Advanced/index.tsx b/web/screens/Settings/Advanced/index.tsx index 227bae47d..e1f733699 100644 --- a/web/screens/Settings/Advanced/index.tsx +++ b/web/screens/Settings/Advanced/index.tsx @@ -182,6 +182,30 @@ const Advanced = () => { /> + {/* Open app directory */} + {window.electronAPI && ( +
+
+
+
+ Open App Directory +
+
+

+ Open the directory where your app data, like conversation history + and model configurations, is located. +

+
+ +
+ )} + {/* Claer log */}