aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/main/src/infrastructure/electron/impl/ElectronServiceView.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/infrastructure/electron/impl/ElectronServiceView.ts b/packages/main/src/infrastructure/electron/impl/ElectronServiceView.ts
index c4f7e4d..6ff8e21 100644
--- a/packages/main/src/infrastructure/electron/impl/ElectronServiceView.ts
+++ b/packages/main/src/infrastructure/electron/impl/ElectronServiceView.ts
@@ -80,7 +80,7 @@ export default class ElectronServiceView implements ServiceView {
80 service.startedLoading(); 80 service.startedLoading();
81 }); 81 });
82 82
83 webContents.on('did-finish-load', () => { 83 webContents.on('did-stop-loading', () => {
84 service.finishedLoading(); 84 service.finishedLoading();
85 }); 85 });
86 86