From ac792160dff3b3e647aefdd145024f6b4afecc56 Mon Sep 17 00:00:00 2001 From: "xan.lol" Date: Thu, 27 Nov 2025 01:41:46 -0800 Subject: [PATCH] Add back Constellation Instance setting (oops, is this actually used?) --- src/screens/Settings/DeerSettings.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/screens/Settings/DeerSettings.tsx b/src/screens/Settings/DeerSettings.tsx index 0d9a4427f..5e07d0fd9 100644 --- a/src/screens/Settings/DeerSettings.tsx +++ b/src/screens/Settings/DeerSettings.tsx @@ -445,6 +445,26 @@ export function DeerSettingsScreen({}: Props) { /> + + + + {`Constellation Instance`} + + setConstellationInstanceControl.open()} + /> + + + + + Constellation is used to supplement AppView responses for custom + verifications and nuclear block bypass, via backlinks. Current + instance: {constellationInstance} + + + + @@ -723,6 +743,7 @@ export function DeerSettingsScreen({}: Props) { + ) -- 2.51.2