fix: vulkan responsive (#4099)

This commit is contained in:
Faisal Amir 2024-11-22 15:05:20 +07:00 committed by GitHub
parent 9ecad0972e
commit 5c125a33df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -447,11 +447,13 @@ const Advanced = () => {
model performance (reload needed).
</p>
</div>
<div className="flex-sharink-0">
<Switch
checked={vulkanEnabled}
onChange={(e) => updateVulkanEnabled(e.target.checked)}
/>
</div>
</div>
)}
<DataFolder />