From 631638c4d2c9b12d9cd4c6ade940c333f45214e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Fri, 28 Feb 2025 11:57:55 +0100 Subject: [PATCH] Always show "Load Defaults" in "Running Scripts", not just when the developer menu is enabled. --- interface/resources/qml/hifi/dialogs/RunningScripts.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/resources/qml/hifi/dialogs/RunningScripts.qml b/interface/resources/qml/hifi/dialogs/RunningScripts.qml index de7b5a179f..b9cfe113f0 100644 --- a/interface/resources/qml/hifi/dialogs/RunningScripts.qml +++ b/interface/resources/qml/hifi/dialogs/RunningScripts.qml @@ -208,8 +208,6 @@ Windows.ScrollingWindow { HifiControls.Button { text: "Load Defaults" color: hifi.buttons.black - height: 26 - visible: root.developerMenuEnabled; onClicked: loadDefaults() } }