SAP / macOS-enterprise-privileges

For Mac users in an Enterprise environment, this app gives the User control over administration of their machine by elevating their level of access to Administrator privileges on macOS. Users can set the time frame using Preferences to perform specific tasks such as install or remove an application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make show desktop optional

hreeder opened this issue · comments

Hi Folks,

I'd like to request that this section be made configurable.

// hide all other windows (only if VoiceOver is disabled)
if (![MTVoiceOver isEnabled]) {
CoreDockSendNotification(CFSTR("com.apple.showdesktop.awake"), NULL);
}

At the moment I have to use the "Toggle Privileges" option from the right click menu from the taskbar item to avoid the animation on both open and close of the dialog.