mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 12:04:16 +02:00
Merge branch 'staging' into modules
This commit is contained in:
@@ -20,7 +20,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- apps table not showing empty descriptions
|
- apps table not showing empty descriptions
|
||||||
- replacing default app icons by null icons
|
- replacing default app icons by null icons
|
||||||
- maximized window resize fix when filtering apps
|
- maximized window resize fix when filtering apps
|
||||||
|
- changing table state after retrieving app history or information
|
||||||
- i18n
|
- i18n
|
||||||
|
|
||||||
### Comments:
|
### Comments:
|
||||||
- not adding Flatpak default remote (flathub) when initializing. It requires root actions, and will be addressed in a different way in future releases.
|
- not adding Flatpak default remote (flathub) when initializing. It requires root actions, and will be addressed in a different way in future releases.
|
||||||
|
|
||||||
|
|||||||
@@ -607,13 +607,11 @@ class ManageWindow(QWidget):
|
|||||||
|
|
||||||
def _finish_get_info(self, app_info: dict):
|
def _finish_get_info(self, app_info: dict):
|
||||||
self.finish_action()
|
self.finish_action()
|
||||||
self.change_update_state()
|
|
||||||
dialog_info = InfoDialog(app_info, self.table_apps.get_selected_app_icon(), self.locale_keys, self.table_apps.get_selected_app().model.get_type(), self.screen_size)
|
dialog_info = InfoDialog(app_info, self.table_apps.get_selected_app_icon(), self.locale_keys, self.table_apps.get_selected_app().model.get_type(), self.screen_size)
|
||||||
dialog_info.exec_()
|
dialog_info.exec_()
|
||||||
|
|
||||||
def _finish_get_history(self, app: dict):
|
def _finish_get_history(self, app: dict):
|
||||||
self.finish_action()
|
self.finish_action()
|
||||||
self.change_update_state()
|
|
||||||
|
|
||||||
if app.get('error'):
|
if app.get('error'):
|
||||||
self._handle_console_option(True)
|
self._handle_console_option(True)
|
||||||
|
|||||||
Reference in New Issue
Block a user