mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
Add back getCurrentActivityType
This commit is contained in:
@@ -527,6 +527,8 @@ void App::BuildPrototype(
|
||||
.SetMethod("show", base::Bind(&Browser::Show, browser))
|
||||
.SetMethod("setUserActivity",
|
||||
base::Bind(&Browser::SetUserActivity, browser))
|
||||
.SetMethod("getCurrentActivityType",
|
||||
base::Bind(&Browser::GetCurrentActivityType, browser))
|
||||
.SetMethod("getLoginItemStatus",
|
||||
base::Bind(&Browser::GetLoginItemStatus, browser))
|
||||
.SetMethod("setAsLoginItem",
|
||||
|
||||
Reference in New Issue
Block a user