Show disabled NWCs again

This commit is contained in:
Tony Giorgio
2024-05-08 18:23:47 -05:00
committed by Paul Miller
parent 9cde7910b1
commit 929162ec8a

View File

@@ -277,7 +277,7 @@ function Nwc() {
{(profile) => (
<Collapser
title={profile.name}
activityLight={"on"}
activityLight={profile.enabled ? "on" : "off"}
defaultOpen={profile.index === newConnection()}
>
<NwcDetails