Change of parameters

To help deal with adjustments

Signed-off-by: ColonelGerdauf <ColonelGerdauf@users.noreply.github.com>
(cherry picked from commit a877f9146d)
This commit is contained in:
ColonelGerdauf 2024-04-07 16:53:53 -04:00 committed by github-actions[bot]
parent c02257024e
commit ea0c74b302

View File

@ -93,16 +93,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QCheckBox" name="oldSnapshotFilter">
<property name="text">
<string>Old Snapshots</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item> <item>
<widget class="QCheckBox" name="betaFilter"> <widget class="QCheckBox" name="betaFilter">
<property name="text"> <property name="text">
@ -286,7 +276,6 @@
<tabstop>tabWidget</tabstop> <tabstop>tabWidget</tabstop>
<tabstop>releaseFilter</tabstop> <tabstop>releaseFilter</tabstop>
<tabstop>snapshotFilter</tabstop> <tabstop>snapshotFilter</tabstop>
<tabstop>oldSnapshotFilter</tabstop>
<tabstop>betaFilter</tabstop> <tabstop>betaFilter</tabstop>
<tabstop>alphaFilter</tabstop> <tabstop>alphaFilter</tabstop>
<tabstop>experimentsFilter</tabstop> <tabstop>experimentsFilter</tabstop>