From 24304ac9db017d5644c0658dbbc692e76d21e61a Mon Sep 17 00:00:00 2001 From: LukeGus Date: Thu, 11 Sep 2025 18:13:06 -0500 Subject: [PATCH] Fix admin setting visiblity on electron --- src/ui/Desktop/Navigation/LeftSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Desktop/Navigation/LeftSidebar.tsx b/src/ui/Desktop/Navigation/LeftSidebar.tsx index eeb79697..e2419014 100644 --- a/src/ui/Desktop/Navigation/LeftSidebar.tsx +++ b/src/ui/Desktop/Navigation/LeftSidebar.tsx @@ -380,7 +380,7 @@ export function LeftSidebar({ }}> {t('profile.title')} - {isAdmin && isElectron() && ( + {isAdmin && !isElectron() && ( {