mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
fix: about-alttab window would crash when opened (closes #5491)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user