From 3712a2ba9e83e0035b24d951481f7e72f18e95f4 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Sun, 17 Aug 2025 00:50:46 +0200 Subject: [PATCH] Request Feature in About Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- src/pages/Settings.tsx | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 99170c3..dbafcd7 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -1211,22 +1211,23 @@ function AboutSection() { fullWidth={true} color="secondary" onPress={async () => { - if (!info || !info.dirs.appLog) { - await message('No logs folder found', { - title: 'Error', - kind: 'warning', - okLabel: 'OK', - }) - return - } - await writeText(last30Lines.join('\n')) - await message('Open the file in a text editor to copy the full log', { - title: 'Copied last 30 lines', - kind: 'info', - }) + // if (!info || !info.dirs.appLog) { + // await message('No logs folder found', { + // title: 'Error', + // kind: 'warning', + // okLabel: 'OK', + // }) + // return + // } + // await writeText(last30Lines.join('\n')) + // await message('Open the file in a text editor to copy the full log', { + // title: 'Copied last 30 lines', + // kind: 'info', + // }) + await openUrl('https://github.com/rclone-ui/rclone-ui/issues/18') }} > - Copy Logs + Request Feature