forked from shadowfacts/Tusker
Don't show Hide Reblogs/Replies prefs in Preferences, only in Customize Timelines
This commit is contained in:
parent
169f1a0191
commit
619878ac85
|
@ -35,12 +35,6 @@ struct BehaviorPrefsView: View {
|
||||||
Toggle(isOn: $preferences.timelineStateRestoration) {
|
Toggle(isOn: $preferences.timelineStateRestoration) {
|
||||||
Text("Maintain Position Across App Launches")
|
Text("Maintain Position Across App Launches")
|
||||||
}
|
}
|
||||||
Toggle(isOn: $preferences.hideReblogsInTimelines) {
|
|
||||||
Text("Hide Reblogs")
|
|
||||||
}
|
|
||||||
Toggle(isOn: $preferences.hideRepliesInTimelines) {
|
|
||||||
Text("Hide Replies")
|
|
||||||
}
|
|
||||||
} header: {
|
} header: {
|
||||||
Text("Timeline")
|
Text("Timeline")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue