Skip to content

Commit

Permalink
fix(Server): Fixes an issue where the server couldn't start. Closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Anderson committed Jun 19, 2020
1 parent b8c16c5 commit cf367d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/electron/helpers/externalPreload.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const key = "thorium_clientPersistentId";
let clientId = sessionStorage.getItem(key);

webFrame.setVisualZoomLevelLimits(1, 1);
webFrame.setLayoutZoomLevelLimits(0, 0);

setClientId(
`${require("os").hostname()}${browserCount > 1 ? ` (${browserCount})` : ""}`,
Expand Down
1 change: 0 additions & 1 deletion public/electron/helpers/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ getPortAndHttpOnly();
const key = "thorium_clientPersistentId";
let clientId = sessionStorage.getItem(key);
webFrame.setVisualZoomLevelLimits(1, 1);
webFrame.setLayoutZoomLevelLimits(0, 0);

setClientId();

Expand Down

0 comments on commit cf367d5

Please sign in to comment.