add wallpaper mode for KOreader (#1431)

* add wallpaper mode for KOreader

* fix wallpaper interactions with no rotate
This commit is contained in:
Alex Xu
2026-09-03 10:21:08 -07:00
committed by GitHub
parent dc2cc8e7b8
commit 9decf0e68e
6 changed files with 50 additions and 5 deletions
+12
View File
@@ -693,6 +693,18 @@ Keeping this file may crash some readers like the Kobo native CBZ reader.</strin
</property>
</widget>
</item>
<item row="11" column="0">
<widget class="QCheckBox" name="wallpaperBox">
<property name="toolTip">
<string>Auto check various options intended for KOreader wallpapers.
Will also crop images to fill the screen centered.</string>
</property>
<property name="text">
<string>Wallpaper mode</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>