Set the zoom factor to 1

The flatpak build can have a quirk where the zoom level is really low.
So we force it to be 1.
This commit is contained in:
Jan Willem Eriks
2022-09-28 21:06:51 +02:00
parent 718ebe25fb
commit c8552da296

View File

@@ -66,6 +66,7 @@ app.on("ready", async () => {
mainWindow.once("ready-to-show", () => {
mainWindow.show();
mainWindow.webContents.setZoomFactor(1)
});
if (!isDev) {