mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[ui] Only centralizing the panel for the first refresh
This commit is contained in:
@@ -843,7 +843,8 @@ class ManageWindow(QWidget):
|
||||
if self.ref_bt_upgrade.isVisible() and self.bt_upgrade.visibleRegion().isEmpty():
|
||||
self.adjustSize()
|
||||
|
||||
qt_utils.centralize(self)
|
||||
if self.first_refresh:
|
||||
qt_utils.centralize(self)
|
||||
|
||||
def update_selected(self):
|
||||
if self.pkgs:
|
||||
|
||||
Reference in New Issue
Block a user