Always show "Load Defaults" in "Running Scripts", not just when the developer menu is enabled.

This commit is contained in:
Julian Groß 2025-02-28 11:57:55 +01:00
parent c4fa5bf186
commit 631638c4d2

View file

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