mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #827 from pypeclub/bugfix/reset_to_pype_defaults
Reset to pype default action show properly
This commit is contained in:
commit
8b11ce00f0
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ class SettingObject:
|
|||
if (
|
||||
not self.is_overidable
|
||||
and (
|
||||
self.has_studio_override
|
||||
self.has_studio_override or self.child_has_studio_override
|
||||
)
|
||||
):
|
||||
action = QtWidgets.QAction("Reset to pype default")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue