Skip to content

Commit

Permalink
πŸ” Resize Fix (#105)
Browse files Browse the repository at this point in the history
* πŸ” Resize Fix

* v3.3.27
  • Loading branch information
Gilad-Gur-Andelman authored Nov 4, 2024
1 parent 1e13790 commit 826906c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop-app",
"productName": "Loadmill",
"version": "3.3.26",
"version": "3.3.27",
"description": "The Loadmill desktop app",
"author": {
"name": "Loadmill Ltd.",
Expand Down
1 change: 1 addition & 0 deletions src/main-process/views/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const initializeViews = (window: BrowserWindow): void => {
const loadmillWebView = createLoadmillWebView(mainWindow);
const settingsView = createSettingsView(mainWindow);
setViews(loadmillWebView, proxyView, agentView, settingsView);
mainWindow.setTopBrowserView(loadmillWebView);
subscribeToSwitchView(mainWindow, loadmillWebView, proxyView, agentView, settingsView);
};

Expand Down

0 comments on commit 826906c

Please sign in to comment.