mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-27 17:00:52 +01:00
Remove flag
This commit is contained in:
parent
161c3102da
commit
e7c1e2aa0f
@ -21,7 +21,6 @@ import OverwriteToggle from "./OverwriteToggle";
|
||||
import { UpscaylCloudModal } from "../UpscaylCloudModal";
|
||||
import { ResetSettings } from "./ResetSettings";
|
||||
import ProcessImageToggle from "./ProcessImageToggle";
|
||||
import { flag } from "@/utils/flags";
|
||||
|
||||
interface IProps {
|
||||
batchMode: boolean;
|
||||
@ -190,7 +189,7 @@ function SettingsTab({
|
||||
target="_blank">
|
||||
Read Wiki Guide
|
||||
</a>
|
||||
{flag("APP_STORE_BUILD") && <DonateButton />}
|
||||
<DonateButton />
|
||||
</div>
|
||||
|
||||
<LogArea
|
||||
|
Loading…
Reference in New Issue
Block a user