🍎 Add 'Hide' to App API for OS X only

This commit is contained in:
Simon Madine 2016-01-29 12:30:19 +01:00
parent 30b35644f6
commit 7a370ccd0f
4 changed files with 12 additions and 0 deletions

View file

@ -55,6 +55,9 @@ class Browser : public WindowListObserver {
// Focus the application.
void Focus();
// Focus the application.
void Hide();
// Returns the version of the executable (or bundle).
std::string GetVersion() const;