Merge pull request #827 from pypeclub/bugfix/reset_to_pype_defaults

Reset to pype default action show properly
This commit is contained in:
Milan Kolar 2020-12-16 21:07:15 +01:00 committed by GitHub
commit 8b11ce00f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")