mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 16:44:15 +02:00
[fix][arch] update notifications are not localized
This commit is contained in:
@@ -60,9 +60,6 @@ class ArchPackage(SoftwarePackage):
|
||||
def get_type(self):
|
||||
return 'aur' if self.repository == 'aur' else 'arch_repo'
|
||||
|
||||
def get_update_type(self):
|
||||
return 'Arch - {}'.format('AUR' if self.repository == 'aur' else 'Repository')
|
||||
|
||||
def get_default_icon_path(self) -> str:
|
||||
return self.get_type_icon_path()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user