multiSnow / mcomix3

End of Fork
Other
97 stars 39 forks source link

Fix certain case with first file in archive/directory preferences #130

Closed completesomething closed 3 years ago

completesomething commented 3 years ago

Let's say you have a directory structure like this:

tree

If the user had 'first file in prev archive' enabled but 'first file in prev directory' disabled, navigating from comic2/volume1.zip to comic1/volume2.zip would open the last file in comic/volume2.zip, which is undesirable with the enabled preference. This commit should fix that case.