Forgot about resetZoom
This commit is contained in:
parent
54dd33dea5
commit
d51659566b
1 changed files with 1 additions and 0 deletions
|
@ -468,6 +468,7 @@ function handleZoomOut() {
|
|||
function resetZoom() {
|
||||
Settings.setData({ zoomFactor: 1 });
|
||||
mainWin.webContents.setZoomFactor(1);
|
||||
mainWin.webContents.send("zoomChanged", 1);
|
||||
}
|
||||
|
||||
export async function createWindows() {
|
||||
|
|
Loading…
Reference in a new issue