Crazor / MenuBarHider

Small SIMBL plugin to auto-hide Mac OS X's menu bar
http://github.com/Crazor/MenuBarHider
49 stars 3 forks source link

Menu Bar won't hide after fullscreen #1

Closed Crazor closed 13 years ago

Crazor commented 13 years ago

After running e.g. a fullscreen flash video, the plugin needs to re-set SystemUIMode. Maybe there is a notification to listen to when an application changes the SystemUIMode.

Crazor commented 13 years ago

Added define for DEBUG to Xcode's Debug target. Added observation code for NSApplication's currentSystemPresentationMode closed by 1a1166d87ef8ed1b38805d3f3db06c5002ef7417 for now.