mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-09-03 16:33:48 +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")
|
.navigationTitle("settings.general.remote-timelines")
|
||||||
.scrollContentBackground(.hidden)
|
.scrollContentBackground(.hidden)
|
||||||
.background(theme.secondaryBackgroundColor)
|
.background(theme.secondaryBackgroundColor)
|
||||||
|
.toolbar {
|
||||||
|
EditButton()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private func moveTimelineItems(from source: IndexSet, to destination: Int) {
|
private func moveTimelineItems(from source: IndexSet, to destination: Int) {
|
||||||
|
|
Loading…
Reference in a new issue