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:
parent
def14344e3
commit
3873fa2417
@ -11,7 +11,10 @@ export function SaveOutputFolderToggle({
|
|||||||
}: SaveOutputFolderToggleProps) {
|
}: SaveOutputFolderToggleProps) {
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-2">
|
<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
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
className="toggle-primary toggle"
|
className="toggle-primary toggle"
|
||||||
|
@ -20,6 +20,10 @@ const ToggleOverwrite = ({ overwrite, setOverwrite }: ToggleOverwriteProps) => {
|
|||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-2">
|
<div className="flex flex-col gap-2">
|
||||||
<p className="text-sm font-medium">OVERWRITE PREVIOUS UPSCALE</p>
|
<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
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
className="toggle"
|
className="toggle"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user