fix: responsive vulkan support (#4076)
This commit is contained in:
parent
dd308db17b
commit
1c68c819ca
@ -438,7 +438,7 @@ const Advanced = () => {
|
|||||||
{/* Vulkan for AMD GPU/ APU and Intel Arc GPU */}
|
{/* Vulkan for AMD GPU/ APU and Intel Arc GPU */}
|
||||||
{!isMac && 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="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="flex-shrink-0 space-y-1">
|
<div className="space-y-1">
|
||||||
<div className="flex gap-x-2">
|
<div className="flex gap-x-2">
|
||||||
<h6 className="font-semibold capitalize">Vulkan Support</h6>
|
<h6 className="font-semibold capitalize">Vulkan Support</h6>
|
||||||
</div>
|
</div>
|
||||||
@ -447,7 +447,6 @@ const Advanced = () => {
|
|||||||
model performance (reload needed).
|
model performance (reload needed).
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Switch
|
<Switch
|
||||||
checked={vulkanEnabled}
|
checked={vulkanEnabled}
|
||||||
onChange={(e) => updateVulkanEnabled(e.target.checked)}
|
onChange={(e) => updateVulkanEnabled(e.target.checked)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user