mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix option set bug in AccountBehaviors.
This commit is contained in:
@@ -29,7 +29,7 @@ public struct AccountBehaviors: OptionSet {
|
||||
/**
|
||||
Account doesn't support OPML imports
|
||||
*/
|
||||
public static let disallowOPMLImports = AccountBehaviors(rawValue: 3)
|
||||
public static let disallowOPMLImports = AccountBehaviors(rawValue: 4)
|
||||
|
||||
public let rawValue: Int
|
||||
public init(rawValue: Int) {
|
||||
|
||||
Reference in New Issue
Block a user