1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-19 01:24:09 +01:00

Add helpful tips

This commit is contained in:
Nayam Amarshe 2023-09-09 19:28:21 +05:30
parent def14344e3
commit 3873fa2417
2 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,10 @@ export function SaveOutputFolderToggle({
}: SaveOutputFolderToggleProps) {
return (
<div className="flex flex-col gap-2">
<p className="text-sm font-medium">SAVE OUTPUT FOLDER (PERMANENTLY)</p>
<p className="text-sm font-medium">SAVE OUTPUT FOLDER</p>
<p className="text-xs text-base-content/80">
If enabled, the output folder will be remembered between sessions.
</p>
<input
type="checkbox"
className="toggle-primary toggle"

View File

@ -20,6 +20,10 @@ const ToggleOverwrite = ({ overwrite, setOverwrite }: ToggleOverwriteProps) => {
return (
<div className="flex flex-col gap-2">
<p className="text-sm font-medium">OVERWRITE PREVIOUS UPSCALE</p>
<p className="text-xs text-base-content/80">
If enabled, Upscayl will process the image again instead of loading it
directly.
</p>
<input
type="checkbox"
className="toggle"