mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-24 07:30:19 +01:00
Fix #380
This commit is contained in:
parent
3873fa2417
commit
319501aab1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user