reset prefMode, scrollPos on init

This commit is contained in:
Not 2022-08-31 04:36:31 +02:00
parent 127161fe9c
commit 7642dfaf98
1 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,8 @@ local function initBrowser(lb)
end
end
prefMode = nil
scrollPos = 1
updateModes()
end
rawset(_G, "InitBrowser", initBrowser)