Allow hiding comments

This commit is contained in:
Toni Förster
2024-08-20 20:38:18 +02:00
parent af75afa912
commit f5e509c091
5 changed files with 22 additions and 5 deletions

View File

@@ -83,6 +83,9 @@ struct PlayerSettingsGroupImporter {
}
#endif
if let showComments = json["showComments"].bool {
Defaults[.showComments] = showComments
}
#if !os(tvOS)
if let showScrollToTopInComments = json["showScrollToTopInComments"].bool {
Defaults[.showScrollToTopInComments] = showScrollToTopInComments