Rename Pref -> Prefs

This commit is contained in:
relikd
2020-06-28 14:33:36 +02:00
parent 80afa6aff1
commit f7644e6048
9 changed files with 54 additions and 54 deletions

View File

@@ -17,7 +17,7 @@ class VCRecordings: UIViewController, UINavigationControllerDelegate {
updateUI(setRecording: false, animated: false)
currentRecording = RecordingsDB.getCurrent()
if !Pref.DidShowTutorial.Recordings {
if !Prefs.DidShowTutorial.Recordings {
self.perform(#selector(showTutorial), with: nil, afterDelay: 0.5)
}
}
@@ -134,7 +134,7 @@ class VCRecordings: UIViewController, UINavigationControllerDelegate {
))
x.buttonTitleDone = "Got it"
x.present {
Pref.DidShowTutorial.Recordings = true
Prefs.DidShowTutorial.Recordings = true
}
}
}