mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
Fix #380
This commit is contained in:
@@ -9,6 +9,12 @@ export function GpuIdInput({ gpuId, handleGpuIdChange }) {
|
||||
return (
|
||||
<div className="flex flex-col gap-2">
|
||||
<p className="text-sm font-medium">GPU ID</p>
|
||||
{window.electron.platform === "win" && (
|
||||
<p className="text-xs text-base-content/80">
|
||||
Please enable performance mode on Windows for better results. Please
|
||||
read the Upscayl Wiki for more information.
|
||||
</p>
|
||||
)}
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Type here"
|
||||
|
||||
Reference in New Issue
Block a user