Skip to content

Commit

Permalink
Always refresh windows when updating SC content
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnpn committed Oct 8, 2023
1 parent da99fe5 commit 475d8a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Azayaka/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ class AppDelegate: NSObject, NSApplicationDelegate, SCStreamDelegate, SCStreamOu
DispatchQueue.main.async {
if buildMenu {
self.createMenu()
} else {
self.refreshWindows() // ask to just refresh the windows list instead of rebuilding it all
}
self.refreshWindows() // ask to just refresh the windows list instead of rebuilding it all
}
}
}
Expand Down

0 comments on commit 475d8a0

Please sign in to comment.