mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-17 02:05:13 +00:00
Add an edit button to the remote timeline settings (#1304)
This commit is contained in:
parent
356b58bf67
commit
0874be89f8
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue