Move the Backup & Restore card to the bottom of Settings (v0.16.1)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -94,7 +94,6 @@ fun SettingsScreen(vm: AppViewModel) {
|
||||
) {
|
||||
item { PanicButton(vm) }
|
||||
item { ProjectCard(vm) }
|
||||
item { BackupCard(vm) }
|
||||
item { HelpCard() }
|
||||
item { AudioDevicesCard(vm) }
|
||||
item { InterfaceCard(vm) }
|
||||
@@ -114,6 +113,7 @@ fun SettingsScreen(vm: AppViewModel) {
|
||||
section = SettingsSection.MIDI
|
||||
}
|
||||
}
|
||||
item { BackupCard(vm) }
|
||||
}
|
||||
|
||||
SettingsSection.GAMEPAD -> LazyColumn(
|
||||
|
||||
Reference in New Issue
Block a user