From b1a1e35790ae87d04f4ad86a8640c30fc721a9c2 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Thu, 5 Feb 2026 17:08:17 +0800 Subject: [PATCH] fix(layout): move sync options inside of account section in settings menu (#3176) --- .../app/library/components/SettingsMenu.tsx | 77 +++++++++---------- apps/readest-app/src/services/appService.ts | 6 +- 2 files changed, 43 insertions(+), 40 deletions(-) diff --git a/apps/readest-app/src/app/library/components/SettingsMenu.tsx b/apps/readest-app/src/app/library/components/SettingsMenu.tsx index c6bdeb35..601099ea 100644 --- a/apps/readest-app/src/app/library/components/SettingsMenu.tsx +++ b/apps/readest-app/src/app/library/components/SettingsMenu.tsx @@ -257,57 +257,56 @@ const SettingsMenu: React.FC = ({ onPullLibrary, setIsDropdow ) } > - ) : ( )} - {user && ( - 0 - ? _('{{failedCount}} failed', { failedCount: stats.failed }) - : '' - } - onClick={openTransferQueue} - /> - )} + - + {isTauriAppPlatform() && !appService?.isMobile && (