mirror of
https://github.com/munki/munki.git
synced 2026-05-04 03:20:19 -05:00
Make sure MunkiStatus app has active appearance at launch over the loginwindow
This commit is contained in:
@@ -36,6 +36,8 @@ class MSUAppDelegate(NSObject):
|
||||
if consoleuser == None or consoleuser == u"loginwindow":
|
||||
# don't show menu bar
|
||||
NSMenu.setMenuBarVisible_(NO)
|
||||
# make sure we're active
|
||||
NSApp.activateIgnoringOtherApps_(YES)
|
||||
|
||||
def applicationDidFinishLaunching_(self, sender):
|
||||
# Prevent automatic relaunching at login on Lion+
|
||||
|
||||
Reference in New Issue
Block a user