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:
parent
718ebe25fb
commit
c8552da296
@ -66,6 +66,7 @@ app.on("ready", async () => {
|
||||
|
||||
mainWindow.once("ready-to-show", () => {
|
||||
mainWindow.show();
|
||||
mainWindow.webContents.setZoomFactor(1)
|
||||
});
|
||||
|
||||
if (!isDev) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user