From abdf3082cae8feb250ca7156667ff8b3914ae86d Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:57:25 +0700 Subject: [PATCH] ELECTRON: Fix issues in edge cases of using --export-save (#2590) --- electron/export.html | 72 +++++++++++++++++++++++++++++++++++ electron/main.js | 1 - electron/utils.js | 31 --------------- src/db.ts | 24 ++++++++++-- src/ui/React/RecoveryRoot.tsx | 16 +++++--- 5 files changed, 103 insertions(+), 41 deletions(-) diff --git a/electron/export.html b/electron/export.html index ff5191455..be56c061b 100644 --- a/electron/export.html +++ b/electron/export.html @@ -25,5 +25,77 @@