We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7170d7f commit 793fe1eCopy full SHA for 793fe1e
src/renderer/components/Nav/SidebarForGPUOrchestration.tsx
@@ -754,11 +754,6 @@ function BottomMenuItems({ navigate, themeSetter }) {
754
</IconButton>
755
</Tooltip>
756
</a>
757
- <Tooltip title="Settings">
758
- <IconButton variant="plain" onClick={() => navigate('/settings')}>
759
- <SettingsIcon strokeWidth={1} />
760
- </IconButton>
761
- </Tooltip>
762
</ButtonGroup>
763
<UserLoginModal
764
open={userLoginModalOpen}
0 commit comments