When ComicInfo.xml's DoublePage attribute is true for a page, automatically disable dual page mode for that page. This prevents the case where we will dual page a double and a single page, making it unreadable.
Steps:
- Detect the DoublePage attribute in ComicInfo.xml for each page.
- If DoublePage is true, ensure dual page mode is disabled for that page.
When ComicInfo.xml's DoublePage attribute is true for a page, automatically disable dual page mode for that page. This prevents the case where we will dual page a double and a single page, making it unreadable.
Steps: