aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/infrastructure/electron/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/src/infrastructure/electron/types.ts')
-rw-r--r--packages/main/src/infrastructure/electron/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/main/src/infrastructure/electron/types.ts b/packages/main/src/infrastructure/electron/types.ts
index 4716f0b..e5b0fd6 100644
--- a/packages/main/src/infrastructure/electron/types.ts
+++ b/packages/main/src/infrastructure/electron/types.ts
@@ -41,6 +41,8 @@ export interface MainWindow {
41 41
42 setServiceView(serviceView: ServiceView | undefined): void; 42 setServiceView(serviceView: ServiceView | undefined): void;
43 43
44 reloadTranslations(): void;
45
44 dispose(): void; 46 dispose(): void;
45} 47}
46 48