mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 22:13:54 +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 {
|
||||
text: "Load Defaults"
|
||||
color: hifi.buttons.black
|
||||
height: 26
|
||||
visible: root.developerMenuEnabled;
|
||||
onClicked: loadDefaults()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue