Skip to content

Commit 1ce1cc6

Browse files
CyrilleB79nvdaes
andauthored
Update source/gui/addonStoreGui/viewModels/addonList.py
Co-authored-by: Noelia Ruiz Martínez <nrm1977@gmail.com>
1 parent 18e1e2c commit 1ce1cc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/gui/addonStoreGui/viewModels/addonList.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class AddonListField(_AddonListFieldData, Enum):
100100
# Translators: The name of the column that contains the installation date of the add-on.
101101
pgettext("addonStore", "Install date"),
102102
50,
103-
frozenset({_StatusFilterKey.AVAILABLE}),
103+
frozenset({_StatusFilterKey.AVAILABLE, _StatusFilterKey.UPDATE}),
104104
)
105105
minimumNVDAVersion = (
106106
# Translators: The name of the column that contains the minimum version of NVDA required for this add-on.

0 commit comments

Comments
 (0)