1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-23 23:21:05 +01:00
This commit is contained in:
Nayam Amarshe 2023-09-09 19:31:58 +05:30
parent 3873fa2417
commit 319501aab1

View File

@ -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"