mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 07:04:16 +02:00
[improvement] some custom actions not related to installed packages state will not refresh the table after succeeded
This commit is contained in:
@@ -74,7 +74,9 @@ class WebApplicationManager(SoftwareManager):
|
||||
manager=self,
|
||||
manager_method='clean_environment',
|
||||
icon_path=resource.get_path('img/web.svg', ROOT_DIR),
|
||||
requires_root=False)]
|
||||
requires_root=False,
|
||||
refresh=False)]
|
||||
|
||||
def _get_lang_header(self) -> str:
|
||||
try:
|
||||
system_locale = locale.getdefaultlocale()
|
||||
|
||||
Reference in New Issue
Block a user