fix: about-alttab window would crash when opened (closes #5491)

This commit is contained in:
lwouis
2026-04-05 08:49:28 +02:00
parent 90cdd3544a
commit d5152fba44
@@ -9,7 +9,7 @@ class AcknowledgmentsTab {
}
static func makeContentView(columnWidth: CGFloat = 240, shouldFit: Bool = true, verticallyStacked: Bool = false) -> NSView {
let sectionNames = ["Contributors", "Acknowledgments"]
let sectionNames = ["contributors", "acknowledgments"]
let textViews: [NSTextView] = sectionNames.map { makeTextView($0, columnWidth) }
let content: NSView
if verticallyStacked {