We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e1e2c commit 1ce1cc6Copy full SHA for 1ce1cc6
1 file changed
source/gui/addonStoreGui/viewModels/addonList.py
@@ -100,7 +100,7 @@ class AddonListField(_AddonListFieldData, Enum):
100
# Translators: The name of the column that contains the installation date of the add-on.
101
pgettext("addonStore", "Install date"),
102
50,
103
- frozenset({_StatusFilterKey.AVAILABLE}),
+ frozenset({_StatusFilterKey.AVAILABLE, _StatusFilterKey.UPDATE}),
104
)
105
minimumNVDAVersion = (
106
# Translators: The name of the column that contains the minimum version of NVDA required for this add-on.
0 commit comments