mirror of
https://github.com/munki/munki.git
synced 2026-01-04 21:50:03 -06:00
Better status window 'title' when updates are being performed
This commit is contained in:
@@ -753,6 +753,9 @@ class MainWindowController: NSWindowController, NSWindowDelegate, WKNavigationDe
|
||||
} else {
|
||||
msc_debug_log("updateCheck not needed")
|
||||
_alertedUserToOutstandingUpdates = false
|
||||
_status_title = NSLocalizedString(
|
||||
"Update in progress.",
|
||||
comment: "Update In Progress primary text") + ".."
|
||||
kickOffInstallSession()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user