mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 00:33:13 +02:00
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:
commit
0922f3fbda
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue