refactor: ginify app (#24679)
This commit is contained in:
parent
834408a50f
commit
9c37e12e2d
9 changed files with 91 additions and 82 deletions
|
@ -72,7 +72,7 @@ void Browser::Quit() {
|
|||
electron::WindowList::CloseAllWindows();
|
||||
}
|
||||
|
||||
void Browser::Exit(gin_helper::Arguments* args) {
|
||||
void Browser::Exit(gin::Arguments* args) {
|
||||
int code = 0;
|
||||
args->GetNext(&code);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue