separate test only settings
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user