mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
v2.11.27
This commit is contained in:
@@ -18,7 +18,7 @@ open class NotificationsWrapper: NSStackView {
|
||||
private var ids: [String: Bool?] = [:]
|
||||
|
||||
public init(_ module: ModuleType, _ ids: [String] = []) {
|
||||
self.module = module.rawValue
|
||||
self.module = module.stringValue
|
||||
super.init(frame: NSRect.zero)
|
||||
self.initIDs(ids)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user