v1.6.0 #221

Merged
LukeGus merged 74 commits from dev-1.6.0 into main 2025-09-12 19:42:00 +00:00
Showing only changes of commit 24304ac9db - Show all commits

View File

@@ -380,7 +380,7 @@ export function LeftSidebar({
}}> }}>
<span>{t('profile.title')}</span> <span>{t('profile.title')}</span>
</DropdownMenuItem> </DropdownMenuItem>
{isAdmin && isElectron() && ( {isAdmin && !isElectron() && (
<DropdownMenuItem <DropdownMenuItem
className="rounded px-2 py-1.5 hover:bg-white/15 hover:text-accent-foreground focus:bg-white/20 focus:text-accent-foreground cursor-pointer focus:outline-none" className="rounded px-2 py-1.5 hover:bg-white/15 hover:text-accent-foreground focus:bg-white/20 focus:text-accent-foreground cursor-pointer focus:outline-none"
onClick={() => { onClick={() => {