mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: add force option to app.focus() (#22612)
This commit is contained in:
@@ -57,7 +57,7 @@ class Browser : public WindowListObserver {
|
||||
void Shutdown();
|
||||
|
||||
// Focus the application.
|
||||
void Focus();
|
||||
void Focus(gin_helper::Arguments* args);
|
||||
|
||||
// Returns the version of the executable (or bundle).
|
||||
std::string GetVersion() const;
|
||||
|
||||
Reference in New Issue
Block a user