Skip to content

Commit

Permalink
Merge pull request #4382 from janhq/chore/should-not-disable-vulkan-o…
Browse files Browse the repository at this point in the history
…ption

fix: should not disable Vulkan support option
  • Loading branch information
louis-jan authored Jan 2, 2025
2 parents e8aa977 + f6ca242 commit 502bd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Settings/Advanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ const Advanced = () => {
)}

{/* Vulkan for AMD GPU/ APU and Intel Arc GPU */}
{!isMac && gpuList.length > 0 && experimentalEnabled && (
{!isMac && experimentalEnabled && (
<div className="flex w-full flex-col items-start justify-between gap-4 border-b border-[hsla(var(--app-border))] py-4 first:pt-0 last:border-none sm:flex-row">
<div className="space-y-1">
<div className="flex gap-x-2">
Expand Down

0 comments on commit 502bd92

Please sign in to comment.