separate test only settings

This commit is contained in:
Trey t
2022-03-15 14:08:23 -05:00
parent cdbd59258b
commit 6bb40f2b1c

View File

@@ -34,14 +34,15 @@ struct SettingsView: View {
closeButtonView
.padding()
cloudKitEnable
// cloudKitEnable
canDelete
showOnboardingButton
whyBackgroundMode
specialThanksCell
}
Group {
Divider()
Text("Test builds only")
addTestDataCell
clearDB
randomIcons
@@ -52,6 +53,7 @@ struct SettingsView: View {
exportData
importData
Divider()
}
Spacer()
@@ -307,6 +309,7 @@ struct SettingsView: View {
EventLogger.log(event: "export_data", withData: ["title": "default"])
}, label: {
Text("Export")
.foregroundColor(textColor)
})
.padding()
}
@@ -322,6 +325,7 @@ struct SettingsView: View {
EventLogger.log(event: "import_data", withData: ["title": "default"])
}, label: {
Text("Import")
.foregroundColor(textColor)
})
.padding()
}