This commit is contained in:
Serhiy Mytrovtsiy
2025-01-26 14:32:51 +01:00
parent 479b812f84
commit 9325e2001c
23 changed files with 41 additions and 48 deletions

View File

@@ -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)

View File

@@ -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)