mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
fix: would sometimes crash when opening preferences > appearance
This commit is contained in:
@@ -33,7 +33,6 @@ class AppearanceTab {
|
||||
LabelAndControl.makeLabelWithCheckbox(NSLocalizedString("Hide apps with no open window:", comment: ""), "hideWindowlessApps"),
|
||||
])
|
||||
grid.column(at: 0).xPlacement = .trailing
|
||||
grid.rowAlignment = .lastBaseline
|
||||
grid.fit()
|
||||
|
||||
toggleRowsCount()
|
||||
|
||||
Reference in New Issue
Block a user