From 76246ac6ebde26c683cf9e8f4d745e0b069f61d7 Mon Sep 17 00:00:00 2001 From: balzack Date: Sat, 23 Dec 2023 08:55:14 -0800 Subject: [PATCH] connecting unsealed setting in admins screen --- app/mobile/src/dashboard/Dashboard.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/mobile/src/dashboard/Dashboard.jsx b/app/mobile/src/dashboard/Dashboard.jsx index 344b9424..46c6d75d 100644 --- a/app/mobile/src/dashboard/Dashboard.jsx +++ b/app/mobile/src/dashboard/Dashboard.jsx @@ -192,10 +192,10 @@ export function Dashboard(props) { actions.setPushSupported(!state.pushSupported)}> + onPress={() => actions.setPushSupported(!state.allowUnsealed)}> { state.strings.allowUnsealed } - +