Skip to content

Commit

Permalink
Stage Manager: fix footprint window workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
decodism committed Oct 4, 2023
1 parent 3603e6d commit e608387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rectangle/Snapping/FootprintWindow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FootprintWindow: NSWindow {

override var isVisible: Bool {
// Workaround for footprint getting pushed off of Stage Manager
if StageUtil.stageCapable && StageUtil.stageEnabled && StageUtil.stageStripShow && StageUtil.isStageStripVisible() {
if StageUtil.stageCapable && StageUtil.stageEnabled && StageUtil.stageStripShow {
return true
}
return realIsVisible
Expand Down

0 comments on commit e608387

Please sign in to comment.