mirror of
https://github.com/munki/munki.git
synced 2026-04-28 08:19:24 -05:00
Better status window 'title' when updates are being performed
This commit is contained in:
+3
@@ -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