Add an edit button to the remote timeline settings (#1304)

This commit is contained in:
Paul Schuetz 2023-03-25 17:16:07 +01:00 committed by GitHub
parent 356b58bf67
commit 0874be89f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -283,6 +283,9 @@ struct SettingsTabs: View {
.navigationTitle("settings.general.remote-timelines")
.scrollContentBackground(.hidden)
.background(theme.secondaryBackgroundColor)
.toolbar {
EditButton()
}
}
private func moveTimelineItems(from source: IndexSet, to destination: Int) {