mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[fix][appimage][flatpak] notifying ignored updates to the tray
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user