mirror of
https://github.com/ciromattia/kcc
synced 2025-12-12 17:26:23 +00:00
rotate first (#1015)
This commit is contained in:
@@ -267,7 +267,7 @@ class ComicPage:
|
||||
if 'N' in mode:
|
||||
self.targetPathOrder = '-kcc-x'
|
||||
elif 'R' in mode:
|
||||
self.targetPathOrder = '-kcc-d'
|
||||
self.targetPathOrder = '-kcc-a' if options.rotatefirst else '-kcc-d'
|
||||
if not options.norotate:
|
||||
self.rotated = True
|
||||
elif 'S1' in mode:
|
||||
|
||||
Reference in New Issue
Block a user