mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Fix disabling comments
This commit is contained in:
@@ -15,7 +15,7 @@ final class CommentsModel: ObservableObject {
|
||||
var player: PlayerModel!
|
||||
|
||||
static var enabled: Bool {
|
||||
!Defaults[.commentsInstanceID].isNil
|
||||
!Defaults[.commentsInstanceID].isNil && !Defaults[.commentsInstanceID]!.isEmpty
|
||||
}
|
||||
|
||||
var nextPageAvailable: Bool {
|
||||
|
Reference in New Issue
Block a user