Add toggle for image caching

Remove PyQt5 reference from setup.py
This commit is contained in:
BasioMeusPuga
2018-03-17 10:44:02 +05:30
parent 50089cb57a
commit 89a32bfeda
6 changed files with 30 additions and 18 deletions

View File

@@ -116,9 +116,12 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="comicsRemain">
<widget class="QCheckBox" name="cachingEnabled">
<property name="toolTip">
<string>Greatly reduces page transition time at the cost of more memory</string>
</property>
<property name="text">
<string>Leave comics on disc</string>
<string>Cache comic / pdf pages</string>
</property>
</widget>
</item>