feat: 💨

This commit is contained in:
codytseng 2025-10-19 18:50:35 +08:00
parent 936b15e5c2
commit 80a2f38272
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ export default function SettingsButton({ collapse }: { collapse: boolean }) {
title="Settings"
onClick={() => (enableSingleColumnLayout ? navigate('settings') : push(toSettings()))}
collapse={collapse}
active={enableSingleColumnLayout ? current === 'settings' : false}
active={current === 'settings'}
>
<Settings />
</SidebarItem>