Skip to content

Commit

Permalink
[desktop] fix #1694
Browse files Browse the repository at this point in the history
update electron and deps for v8.0.0
  • Loading branch information
ganthern authored and charlag committed Feb 13, 2020
1 parent eb9bd13 commit 4ac0902
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 436 deletions.
3 changes: 2 additions & 1 deletion flow/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,15 @@ declare module 'electron' {
declare export class App {
on(AppEvent, (Event, ...Array<any>) => any): App,
once(AppEvent, (Event, ...Array<any>) => any): App,
emit(AppEvent) : App,
emit(AppEvent): App,
requestSingleInstanceLock(): void,
quit(): void,
exit(code: Number): void,
relaunch({args: Array<string>, execPath?: string}): void,
getVersion(): string,
name: string,
setPath(name: string, path: string): void;
allowRendererProcessReuse: boolean;
getLoginItemSettings(opts?: {path: string, args: string}): {
openAtLogin: boolean,
openAsHidden: boolean,
Expand Down

0 comments on commit 4ac0902

Please sign in to comment.