From 6e69930ec24e518a895f1dd543514fe8d180a502 Mon Sep 17 00:00:00 2001
From: firestarsdog <229254897+firestarsdog@users.noreply.github.com>
Date: Wed, 22 Apr 2026 22:14:21 -0400
Subject: [PATCH] Galaxy Webkit Fix?
---
.../assets/components/tools/device_settings.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/starpilot/system/the_pond/assets/components/tools/device_settings.js b/starpilot/system/the_pond/assets/components/tools/device_settings.js
index 87eaf380a..3fccbeb61 100644
--- a/starpilot/system/the_pond/assets/components/tools/device_settings.js
+++ b/starpilot/system/the_pond/assets/components/tools/device_settings.js
@@ -792,7 +792,7 @@ function renderSettingRow(p) {
min="${bounds.min}"
max="${bounds.max}"
step="${bounds.step}"
- ?disabled="${updating}"
+ disabled="${() => updating}"
value="${() => formatNumericForInput(resolveCurrentNumericValue(p, numericBounds(p)), precision)}"
@keydown="${(e) => {
if (e.key !== "Enter") return
@@ -801,7 +801,7 @@ function renderSettingRow(p) {
}}" />