Addon Manager: Preference to hide unlicensed

This commit is contained in:
Chris Hennes
2024-02-10 14:54:50 -05:00
parent 1056b7b0ca
commit a373b73748
3 changed files with 35 additions and 2 deletions

View File

@@ -90,6 +90,22 @@ installed addons will be checked for available updates
</item>
</layout>
</item>
<item>
<widget class="Gui::PrefCheckBox" name="guiprefcheckboxhideunlicensed">
<property name="text">
<string>Hide Addons without a license</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>HideUnlicensed</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Addons</cstring>
</property>
</widget>
</item>
<item>
<widget class="Gui::PrefCheckBox" name="guiprefcheckboxhidenonfsf">
<property name="text">