From abeccd6aa928ad723e08e07102562f2979da8e45 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Wed, 25 Oct 2023 14:32:56 +0800 Subject: [PATCH] button to delete all chatstore --- src/app.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/app.tsx b/src/app.tsx index 434c59e..e961332 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -306,6 +306,29 @@ export function App() { > {Tr("DEL")} + {chatStore.develop_mode && ( + + )}