mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Refactor breadcrumbs_widget -> breadcrumbs_bar
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
b1cc2b2da4
commit
24e22c1c59
1 changed files with 1 additions and 1 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue