mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
Override cached window's zoomFactor
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
aa72c5d3bb
commit
42838eba09
@ -161,6 +161,9 @@ async function createMainWindow() {
|
|||||||
// Prevent flash of white when starting the application
|
// Prevent flash of white when starting the application
|
||||||
mainWindow.on('ready-to-show', () => {
|
mainWindow.on('ready-to-show', () => {
|
||||||
console.timeEnd('ready-to-show');
|
console.timeEnd('ready-to-show');
|
||||||
|
// Electron sometimes caches the zoomFactor
|
||||||
|
// making it obnoxious to switch back-and-forth
|
||||||
|
mainWindow.webContents.setZoomFactor(width / defaultWidth);
|
||||||
mainWindow.show();
|
mainWindow.show();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user