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 */}