Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ollm/OpenComic
/ resetZoom
Function
resetZoom
scripts/opencomic.js:774–779 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
772
}
773
774
function
resetZoom()
775
{
776
storage.updateVar(
'config'
,
'zoomFactor'
, 1);
777
778
electron.webFrame.setZoomLevel(0);
779
}
780
781
function
generateAppMenuShortcut()
782
{
Callers
1
generateAppMenu
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected