Addon Manager: Extract PySide QtCore interface

This commit is contained in:
Chris Hennes
2023-03-26 18:45:01 -05:00
parent 66a738ab1e
commit fcda1ffc25
6 changed files with 94 additions and 35 deletions

View File

@@ -407,7 +407,7 @@ class PackageDetails(QtWidgets.QWidget):
def set_change_branch_button_state(self):
"""The change branch button is only available for installed Addons that have a .git directory
and in runs where the GitPython import is available."""
and in runs where the git is available."""
self.ui.buttonChangeBranch.hide()