toggle to revert rdar fix on patched versions

This commit is contained in:
leminlimez
2025-01-13 10:03:26 -05:00
parent 27b3b2cab5
commit e2c16bd018
4 changed files with 90 additions and 5 deletions

View File

@@ -4960,6 +4960,34 @@ Warning: Disabling will cause the battery to show "Unknown Part" or &q
</item>
<item>
<widget class="Line" name="line_24">
<property name="toolTip">
<string/>
</property>
<property name="styleSheet">
<string notr="true">QFrame {
color: #414141;
}</string>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="revertRdarChk">
<property name="toolTip">
<string>If you used the rdar/status bar fix in a previous iOS version, this will revert that.</string>
</property>
<property name="text">
<string>Revert rdar Fix (reset resolution)</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="revertRdarLine">
<property name="styleSheet">
<string notr="true">QFrame {
color: #414141;