MCPcopy
hub / github.com/wavetermdev/waveterm / resetZoomLevel

Function resetZoomLevel

emain/emain-util.ts:42–45  ·  view source on GitHub ↗
(webContents: electron.WebContents)

Source from the content-addressed store, hash-verified

40}
41
42export function resetZoomLevel(webContents: electron.WebContents): void {
43 webContents.setZoomFactor(1);
44 broadcastZoomFactorChanged(1);
45}
46
47export function getElectronExecPath(): string {
48 return process.execPath;

Callers 2

makeViewMenuFunction · 0.90

Calls 2

setZoomFactorMethod · 0.45

Tested by

no test coverage detected