mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-25 03:00:05 -04: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:
@@ -66,6 +66,7 @@ app.on("ready", async () => {
|
||||
|
||||
mainWindow.once("ready-to-show", () => {
|
||||
mainWindow.show();
|
||||
mainWindow.webContents.setZoomFactor(1)
|
||||
});
|
||||
|
||||
if (!isDev) {
|
||||
|
||||
Reference in New Issue
Block a user