mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
always show wiki hint
This commit is contained in:
parent
0ad795fe84
commit
5b687dc75b
@ -9,10 +9,11 @@ export function GpuIdInput({ gpuId, handleGpuIdChange }) {
|
||||
return (
|
||||
<div className="flex flex-col gap-2">
|
||||
<p className="text-sm font-medium">GPU ID</p>
|
||||
<p className="text-xs text-base-content/80">Please
|
||||
read the Upscayl Wiki for more information.</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.
|
||||
Enable performance mode on Windows for better results.
|
||||
</p>
|
||||
)}
|
||||
<input
|
||||
|
Loading…
Reference in New Issue
Block a user