update buttons order in About
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
+18
-17
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user