Jonas Björkert пре 1 година
родитељ
комит
38c711730c
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      LoopFollow/Remote/Loop/LoopOverrideView.swift

+ 4 - 0
LoopFollow/Remote/Loop/LoopOverrideView.swift

@@ -75,6 +75,10 @@ struct LoopOverrideView: View {
                                 }
                                 }
                                 .tint(.red)
                                 .tint(.red)
                             }
                             }
+                            Section {
+                                Text("Setting a new override while one is active will cancel the active override and set the new one.")
+                                    .foregroundColor(.secondary)
+                            }
                         }
                         }
 
 
                         Section(header: Text("Available Overrides")) {
                         Section(header: Text("Available Overrides")) {