Fixed #7: De-select callsign on save log should be visible in the settings

This commit is contained in:
Jordan Sherer 2018-12-01 17:03:05 -05:00
parent 5163a4a630
commit ecf14dcb5c

View File

@ -2078,13 +2078,13 @@ both here.</string>
</property>
</widget>
</item>
<item row="2" column="1">
<item row="1" column="1">
<widget class="QCheckBox" name="clear_callsign_check_box">
<property name="enabled">
<bool>true</bool>
</property>
<property name="visible">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="toolTip">
<string>Check this option to force deselect callsign after logging.</string>
@ -2111,7 +2111,7 @@ both here.</string>
</property>
</widget>
</item>
<item row="1" column="1">
<item row="2" column="1">
<widget class="QCheckBox" name="report_in_comments_check_box">
<property name="enabled">
<bool>false</bool>