1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-19 09:27:27 +01:00

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) {