From 066e227325eafbfaf6faf75e2dd6ebe3cce1d2fb Mon Sep 17 00:00:00 2001 From: Matthew Wright Date: Wed, 1 Oct 2025 11:01:10 -0400 Subject: [PATCH] made lowBalanceColorAlert global --- salt/soc/soc_soc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index aaa01b5c6..3fa914227 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -619,6 +619,7 @@ soc: advanced: True lowBalanceColorAlert: description: Onion AI credit amount at which balance turns red. + global: True advanced: True apiTimeoutMs: description: Duration (in milliseconds) to wait for a response from the SOC server API before giving up and showing an error on the SOC UI.