[appimage] feature: new custom action to self install bauh if it is running as an AppImage

This commit is contained in:
Vinicius Moreira
2022-03-11 10:14:42 -03:00
parent 83cd0f843a
commit 066df8628e
13 changed files with 153 additions and 4 deletions

View File

@@ -1465,6 +1465,7 @@ class ManageWindow(QWidget):
if res['success']:
if res['action'].refresh:
self.comp_manager.remove_saved_state(ACTION_CUSTOM_ACTION)
self.update_custom_actions()
self.begin_refresh_packages(pkg_types={res['pkg'].model.__class__} if res['pkg'] else None)
else:
self.comp_manager.restore_state(ACTION_CUSTOM_ACTION)