update buttons order in About

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-08-17 00:53:05 +02:00
parent 8f8e314291
commit f781954173
+18 -17
View File
@@ -1193,23 +1193,6 @@ function AboutSection() {
<Button
fullWidth={true}
color="primary"
onPress={async () => {
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
</Button>
<Button
fullWidth={true}
color="secondary"
onPress={async () => {
// if (!info || !info.dirs.appLog) {
// await message('No logs folder found', {
@@ -1229,6 +1212,24 @@ function AboutSection() {
>
Request Feature
</Button>
<Button
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 revealItemInDir(info.dirs.appLog + '/Rclone UI.log')
}}
>
Open Logs Folder
</Button>
<Button
fullWidth={true}
color="default"