mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-12 09:03:00 +01:00
Refactor LeftPaneImageSteps component
This commit is contained in:
parent
f7803f7c9e
commit
eec704c479
@ -235,19 +235,21 @@ function LeftPaneImageSteps({
|
|||||||
className="animate-step-in"
|
className="animate-step-in"
|
||||||
data-tooltip-content={outputPath}
|
data-tooltip-content={outputPath}
|
||||||
data-tooltip-id="tooltip">
|
data-tooltip-id="tooltip">
|
||||||
<div className="step-heading flex items-center gap-2">
|
<div className="flex flex-col pb-2">
|
||||||
<span>Step 3</span>
|
<div className="step-heading flex items-center gap-2">
|
||||||
{featureFlags.APP_STORE_BUILD && (
|
<span className="leading-none">Step 3</span>
|
||||||
<button
|
{featureFlags.APP_STORE_BUILD && (
|
||||||
className="badge badge-sm badge-outline cursor-pointer"
|
<button
|
||||||
onClick={() =>
|
className="badge badge-sm badge-outline cursor-pointer"
|
||||||
alert(
|
onClick={() =>
|
||||||
"Due to MacOS App Store security restrictions, Upscayl requires you to select an output folder everytime you start it.\n\nTo avoid this, you can permanently save a default output folder in the Upscayl 'Settings' tab."
|
alert(
|
||||||
)
|
"Due to MacOS App Store security restrictions, Upscayl requires you to select an output folder everytime you start it.\n\nTo avoid this, you can permanently save a default output folder in the Upscayl 'Settings' tab."
|
||||||
}>
|
)
|
||||||
?
|
}>
|
||||||
</button>
|
?
|
||||||
)}
|
</button>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
{!outputPath && featureFlags.APP_STORE_BUILD && (
|
{!outputPath && featureFlags.APP_STORE_BUILD && (
|
||||||
<div className="text-xs">
|
<div className="text-xs">
|
||||||
<span className="bg-base-200 font-medium uppercase text-base-content/50 rounded-btn px-2">
|
<span className="bg-base-200 font-medium uppercase text-base-content/50 rounded-btn px-2">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user