fix(koplugin): only prompt network connection during interactive push progress, closes #2137 (#2152)

This commit is contained in:
Huang Xin
2025-10-01 20:57:58 +08:00
committed by GitHub
parent bdef593cdd
commit 75c315fca8
+1 -1
View File
@@ -436,7 +436,7 @@ function ReadestSync:pushBookConfig(interactive)
local config = self:getCurrentBookConfig()
if not config then return end
if NetworkMgr:willRerunWhenOnline(function() self:pushBookConfig(interactive) end) then
if interactive and NetworkMgr:willRerunWhenOnline(function() self:pushBookConfig(interactive) end) then
return
end