1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-17 11:18:36 +01:00

Add hints

This commit is contained in:
Nayam Amarshe 2024-04-17 21:55:40 +05:30
parent c6822147d9
commit 833a76159f
2 changed files with 7 additions and 7 deletions

View File

@ -8,11 +8,11 @@ export function ImageScaleSelect({ scale, setScale }: ImageScaleSelectProps) {
<div>
<div className="flex flex-row gap-1">
<p className="text-sm font-medium">IMAGE SCALE ({scale}X)</p>
{/*
<p className="badge-primary badge text-[10px] font-medium">
EXPERIMENTAL
</p> */}
</div>
<p className="text-xs text-base-content/80">
Anything above 4X (except 16X Double Upscayl) only resizes the image and
does not use AI upscaling.
</p>
<input
type="range"
min="1"
@ -24,13 +24,13 @@ export function ImageScaleSelect({ scale, setScale }: ImageScaleSelectProps) {
step="1"
className="range range-primary mt-2"
/>
<div className="flex w-full justify-between px-2 text-xs font-semibold text-base-content">
{/* <div className="flex w-full justify-between px-2 text-xs font-semibold text-base-content">
<span>1</span>
<span>4</span>
<span>8</span>
<span>12</span>
<span>16</span>
</div>
</div> */}
</div>
);
}

View File

@ -161,7 +161,7 @@ function SettingsTab({
href="https://github.com/upscayl/upscayl/wiki/"
target="_blank"
>
HELP ME!
GET HELP!
</a>
{featureFlags.APP_STORE_BUILD && (
<a