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:
@@ -21,7 +21,7 @@ public class Portal: NSStackView, Portal_p {
|
||||
private var multiplyContainer: ScrollableStackView = ScrollableStackView(orientation: .horizontal)
|
||||
|
||||
init(_ module: ModuleType, list: [Clock_t]) {
|
||||
self.name = module.rawValue
|
||||
self.name = module.stringValue
|
||||
|
||||
super.init(frame: NSRect.zero)
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ internal class Settings: NSStackView, Settings_v, NSTableViewDelegate, NSTableVi
|
||||
private var deleteButton: NSButton? = nil
|
||||
|
||||
public init(_ module: ModuleType) {
|
||||
self.title = module.rawValue
|
||||
self.title = module.stringValue
|
||||
|
||||
super.init(frame: NSRect.zero)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user