Skip to content

Commit 793fe1e

Browse files
committed
Hide settings from Sidebar in GPU Orchestration mode
1 parent 7170d7f commit 793fe1e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/renderer/components/Nav/SidebarForGPUOrchestration.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -754,11 +754,6 @@ function BottomMenuItems({ navigate, themeSetter }) {
754754
</IconButton>
755755
</Tooltip>
756756
</a>
757-
<Tooltip title="Settings">
758-
<IconButton variant="plain" onClick={() => navigate('/settings')}>
759-
<SettingsIcon strokeWidth={1} />
760-
</IconButton>
761-
</Tooltip>
762757
</ButtonGroup>
763758
<UserLoginModal
764759
open={userLoginModalOpen}

0 commit comments

Comments
 (0)