diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index dbafcd7..b7bbe81 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -1193,23 +1193,6 @@ function AboutSection() { { - if (!info || !info.dirs.appLog) { - await message('No logs folder found', { - title: 'Error', - kind: 'warning', - okLabel: 'OK', - }) - return - } - await revealItemInDir(info.dirs.appLog + '/Rclone UI.log') - }} - > - Open Logs Folder - - { // if (!info || !info.dirs.appLog) { // await message('No logs folder found', { @@ -1229,6 +1212,24 @@ function AboutSection() { > Request Feature + { + if (!info || !info.dirs.appLog) { + await message('No logs folder found', { + title: 'Error', + kind: 'warning', + okLabel: 'OK', + }) + return + } + await revealItemInDir(info.dirs.appLog + '/Rclone UI.log') + }} + > + Open Logs Folder + +