Skip to content

Commit

Permalink
fix : static member access (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskCom authored Jan 28, 2022
1 parent 875aab7 commit 3f49620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export var powerSaveBlocker: Electron.PowerSaveBlocker;
export var protocol: Electron.Protocol;
export var screen: Electron.Screen;
export var ServiceWorkers: Main.ServiceWorkers;
export var session: Main.Session;
export var session: typeof Electron.session;
export var shell: Electron.Shell;
export var systemPreferences: Electron.SystemPreferences;
export var TouchBar: typeof Electron.TouchBar;
Expand Down

0 comments on commit 3f49620

Please sign in to comment.