Просмотр исходного кода

Display override entered by to see remote vs local overrides

Jon Fawcett 5 лет назад
Родитель
Сommit
8c275050c5
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      LoopFollow/Controllers/Graphs.swift

+ 3 - 0
LoopFollow/Controllers/Graphs.swift

@@ -1144,6 +1144,9 @@ extension MainViewController {
             if thisItem.correctionRange.count == 2 {
                 labelText += String(thisItem.correctionRange[0]) + "-" + String(thisItem.correctionRange[1])
             }
+            if thisItem.enteredBy.count > 0 {
+                labelText += "\r\nEntered By: " + thisItem.enteredBy
+            }
             
             
             // Start Dot