🍎 Add Show to API for OS X
This commit is contained in:
parent
6a643ec3c8
commit
f9efdc4435
4 changed files with 12 additions and 0 deletions
|
@ -22,6 +22,10 @@ void Browser::Hide() {
|
|||
[[AtomApplication sharedApplication] hide:nil];
|
||||
}
|
||||
|
||||
void Browser::Show() {
|
||||
[[AtomApplication sharedApplication] unhide:nil];
|
||||
}
|
||||
|
||||
void Browser::AddRecentDocument(const base::FilePath& path) {
|
||||
NSString* path_string = base::mac::FilePathToNSString(path);
|
||||
if (!path_string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue