aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/src/index.ts')
-rw-r--r--packages/main/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/index.ts b/packages/main/src/index.ts
index 22ae8e2..a135902 100644
--- a/packages/main/src/index.ts
+++ b/packages/main/src/index.ts
@@ -178,7 +178,7 @@ function createWindow(): Promise<unknown> {
178 178
179 browserView.webContents.userAgent = userAgent; 179 browserView.webContents.userAgent = userAgent;
180 autorun(() => { 180 autorun(() => {
181 browserView.setBounds(store.shared.browserViewBounds); 181 browserView.setBounds(store.browserViewBounds);
182 }); 182 });
183 mainWindow.setBrowserView(browserView); 183 mainWindow.setBrowserView(browserView);
184 184