mirror of
https://github.com/readest/readest.git
synced 2026-05-04 22:40:47 +00:00
fix(koplugin): only prompt network connection during interactive push progress, closes #2137 (#2152)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
This commit is contained in:
parent
bdef593cdd
commit
75c315fca8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue