Refactor breadcrumbs_widget -> breadcrumbs_bar

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Roy Nieterau 2022-02-22 11:52:53 +01:00 committed by GitHub
parent b1cc2b2da4
commit 24e22c1c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -383,7 +383,7 @@ class SettingsCategoryWidget(QtWidgets.QWidget):
def change_path(self, path):
"""Change path and go to widget."""
self.breadcrumbs_widget.change_path(path)
self.breadcrumbs_bar.change_path(path)
def set_path(self, path):
"""Called from clicked widget."""