Skip to content

Commit

Permalink
Update read_tool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tonquer committed Aug 13, 2023
1 parent 9008089 commit 42c7ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/view/read/read_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def _NextPage(self):

if self.curIndex >= self.maxPic - 1:
if self.readImg.isLocal:
QtOwner().ShowMsg(Str.GetStr(Str.AutoSkipNext))
self.OpenNextEps()
return
elif self.readImg.isOffline:
Expand Down Expand Up @@ -226,6 +227,7 @@ def _LastPage(self):

if self.curIndex <= 0:
if self.readImg.isLocal:
QtOwner().ShowMsg(Str.GetStr(Str.AutoSkipLast))
self.OpenLastEps()
return
elif self.readImg.isOffline:
Expand Down

0 comments on commit 42c7ae5

Please sign in to comment.