Skip to content

Commit

Permalink
addressed requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stonerl committed Sep 1, 2023
1 parent ee0aa50 commit 4d6a53c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/renderer/components/SettingsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@ const EnvironmentSettings = memo(() => {
divider={<StackDivider />}
w="full"
>
{!isMac ? (
{!isMac && (
<SettingsItem
description="The maximum amount of freely available VRAM used for upscaling."
description="The maximum amount of freely available VRAM used for upscaling in auto mode."
title="GPU memory limit for upscaling in auto mode"
>
<InputGroup>
Expand All @@ -418,12 +418,10 @@ const EnvironmentSettings = memo(() => {
</NumberInput>
</InputGroup>
</SettingsItem>
) : (
[]
)}

<SettingsItem
description="The maximum amount of freely available RAM used for upscaling."
description="The maximum amount of freely available RAM used for upscaling in auto mode."
title={`Memory limit for ${!isMac ? 'CPU' : ''} upscaling in auto mode`}
>
<InputGroup>
Expand Down

0 comments on commit 4d6a53c

Please sign in to comment.