add Legacy Panel View option from KCC 6 (#1445)

This commit is contained in:
Alex Xu
2026-09-21 13:38:39 -07:00
committed by GitHub
parent e301aeff52
commit 2ac50f66ef
5 changed files with 52 additions and 21 deletions
+22 -10
View File
@@ -419,16 +419,6 @@ Use if standard extraction fails for whatever reason.</string>
</property>
</widget>
</item>
<item row="10" column="2">
<widget class="QCheckBox" name="tempDirBox">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Unchecked - Main Drive&lt;br/&gt;&lt;/span&gt;Use dedicated temporary directory on main OS drive.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Checked - Source File Drive&lt;br/&gt;&lt;/span&gt;Create temporary file directory on source file drive.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Temp Directory</string>
</property>
</widget>
</item>
<item row="6" column="3">
<widget class="QCheckBox" name="disableProcessingBox">
<property name="toolTip">
@@ -984,6 +974,28 @@ Keeping this file may crash some readers like the Kobo native CBZ reader.</strin
</property>
</widget>
</item>
<item row="11" column="2">
<widget class="QCheckBox" name="tempDirBox">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Unchecked - Main Drive&lt;br/&gt;&lt;/span&gt;Use dedicated temporary directory on main OS drive.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Checked - Source File Drive&lt;br/&gt;&lt;/span&gt;Create temporary file directory on source file drive.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Temp Directory</string>
</property>
</widget>
</item>
<item row="10" column="2">
<widget class="QCheckBox" name="legacyPanelViewBox">
<property name="toolTip">
<string>Use legacy panel view method from KCC 6.
Kind of works on firmwares 5.19.2 (before revert) and 5.19.3+</string>
</property>
<property name="text">
<string>Legacy Panel View</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>