[improvement] some custom actions not related to installed packages state will not refresh the table after succeeded

This commit is contained in:
Vinícius Moreira
2020-05-09 15:02:43 -03:00
parent 7f4f2c805c
commit bd08fa97d7
3 changed files with 10 additions and 3 deletions

View File

@@ -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()