[fix][appimage][flatpak] notifying ignored updates to the tray

This commit is contained in:
Vinícius Moreira
2020-05-19 10:52:18 -03:00
parent 21c5147656
commit 14a433b13e
2 changed files with 2 additions and 2 deletions

View File

@@ -373,7 +373,7 @@ class FlatpakManager(SoftwareManager):
updates = []
installed = self.read_installed(None, internet_available=internet_available).installed
to_update = [p for p in installed if p.update]
to_update = [p for p in installed if p.update and not p.is_update_ignored()]
if to_update:
loaders = []