Merge pull request #1331 from JulianGro/reload_defaults

Always show "Load Defaults" in "Running Scripts", not just when the developer menu is enabled.
This commit is contained in:
Julian Groß 2025-03-01 20:49:42 +01:00 committed by GitHub
commit 0922f3fbda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,8 +208,6 @@ Windows.ScrollingWindow {
HifiControls.Button {
text: "Load Defaults"
color: hifi.buttons.black
height: 26
visible: root.developerMenuEnabled;
onClicked: loadDefaults()
}
}