Addon Manager: Refactor overall top bar

This commit is contained in:
Chris Hennes
2024-02-03 22:28:50 +01:00
parent 7b751ebb37
commit 5f2df54811
6 changed files with 91 additions and 193 deletions

View File

@@ -481,7 +481,7 @@ class CommandAddonManager:
def activate_table_widgets(self) -> None:
self.packageList.setEnabled(True)
self.packageList.ui.search_box.setFocus()
self.packageList.ui.view_bar.search.setFocus()
self.do_next_startup_phase()
def populate_macros(self) -> None:
@@ -824,7 +824,7 @@ class CommandAddonManager:
self.dialog.labelStatusInfo.hide()
self.dialog.progressBar.hide()
self.dialog.buttonPauseUpdate.hide()
self.packageList.ui.search_box.setFocus()
self.packageList.ui.view_bar.search.setFocus()
def show_progress_widgets(self) -> None:
if self.dialog.progressBar.isHidden():