Skip to content

Commit

Permalink
Remove zoom factor
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Mar 12, 2024
1 parent a2bdd2e commit fcbd946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/desktop/src/electron/mainWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export abstract class MainWindow {
minHeight: 700,
resizable: isDev,
webPreferences: {
zoomFactor: process.platform !== 'linux' ? 0.8 : undefined,
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY
}
});
Expand Down

0 comments on commit fcbd946

Please sign in to comment.