Address an issue where MSC.app doesn't gracefully quit when a user choose to logout and update in response to a forced logout warning

This commit is contained in:
Greg Neagle
2025-08-25 10:36:10 -07:00
parent b66ef898cb
commit 42bc8327ab
@@ -813,6 +813,7 @@ class MainWindowController: NSWindowController {
// got a notification of an upcoming forced install
// switch to updates view, then display alert
loadUpdatesPage(self)
_alertedUserToOutstandingUpdates = true
alert_controller.forcedLogoutWarning(notification)
}