Add default values to checkboxes and save the changes to disk

This commit is contained in:
Spiros
2024-06-09 16:53:13 +03:00
parent 36dad96b77
commit 4e57ea5b25
3 changed files with 33 additions and 4 deletions

View File

@@ -343,7 +343,7 @@
<addaction name="actionRescan_Refresh"/>
<addaction name="separator"/>
<addaction name="actionIgnore_C4_Reallocation_Event_Count"/>
<addaction name="actionDon"/>
<addaction name="actionHEX"/>
<addaction name="actionUse_Fahrenheit"/>
</widget>
<widget class="QMenu" name="menuFunction">
@@ -418,12 +418,12 @@
<string>&amp;Ignore C4 (Reallocated Event Count)</string>
</property>
</action>
<action name="actionDon">
<action name="actionHEX">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Decimal Raw Values</string>
<string>&amp;Convert Raw values to HEX</string>
</property>
</action>
<action name="actionUse_Fahrenheit">