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:
@@ -22,8 +22,8 @@ android {
|
||||
// (android.media.midi) and AAudio low-latency audio we rely on.
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 41
|
||||
versionName = "0.16.0"
|
||||
versionCode = 42
|
||||
versionName = "0.16.1"
|
||||
|
||||
// We provide our own instrumentation runner if/when tests are added.
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
@@ -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