🍎 Add 'Hide' to App API for OS X only
This commit is contained in:
parent
30b35644f6
commit
7a370ccd0f
4 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue