mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 22:24:14 +02:00
Merge branch 'staging' into modules
This commit is contained in:
@@ -20,7 +20,7 @@ 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
|
- changing table state after retrieving app history / information or an error happens
|
||||||
- i18n
|
- i18n
|
||||||
|
|
||||||
### Comments:
|
### Comments:
|
||||||
|
|||||||
@@ -339,7 +339,6 @@ class ManageWindow(QWidget):
|
|||||||
if self._can_notify_user():
|
if self._can_notify_user():
|
||||||
util.notify_user(self.locale_keys['notification.downgrade.failed'])
|
util.notify_user(self.locale_keys['notification.downgrade.failed'])
|
||||||
|
|
||||||
self.change_update_state()
|
|
||||||
self.checkbox_console.setChecked(True)
|
self.checkbox_console.setChecked(True)
|
||||||
|
|
||||||
def _finish_refresh(self, success: bool):
|
def _finish_refresh(self, success: bool):
|
||||||
@@ -348,7 +347,6 @@ class ManageWindow(QWidget):
|
|||||||
if success:
|
if success:
|
||||||
self.refresh_apps()
|
self.refresh_apps()
|
||||||
else:
|
else:
|
||||||
self.change_update_state()
|
|
||||||
self.checkbox_console.setChecked(True)
|
self.checkbox_console.setChecked(True)
|
||||||
|
|
||||||
def _change_updating_app_status(self, app_name: str):
|
def _change_updating_app_status(self, app_name: str):
|
||||||
|
|||||||
Reference in New Issue
Block a user