Show recording how-to at least once after app install

This commit is contained in:
relikd
2020-08-31 23:02:46 +02:00
parent aac42d7eff
commit 4ae82fc763
3 changed files with 27 additions and 22 deletions

View File

@@ -33,6 +33,10 @@ extension Prefs {
get { Prefs.Bool("didShowTutorialRecordings") }
set { Prefs.Bool("didShowTutorialRecordings", newValue) }
}
static var RecordingHowTo: Bool {
get { Prefs.Bool("didShowTutorialRecordingHowTo") }
set { Prefs.Bool("didShowTutorialRecordingHowTo", newValue) }
}
}
}