Skip to content

Commit

Permalink
fix: correctly show when an app is no longer assigned to all desktops
Browse files Browse the repository at this point in the history
closes #2372
  • Loading branch information
lwouis committed Feb 27, 2023
1 parent 455e16a commit 10bbaa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logic/Window.swift
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ class Window {
if spaceIds.count == 1 {
spaceId = spaceIds.first!
spaceIndex = Spaces.idsAndIndexes.first { $0.0 == spaceIds.first! }!.1
isOnAllSpaces = false
} else if spaceIds.count > 1 {
spaceId = Spaces.currentSpaceId
spaceIndex = Spaces.currentSpaceIndex
Expand Down

0 comments on commit 10bbaa9

Please sign in to comment.