mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-25 03:00:05 -04:00
Update icns
This commit is contained in:
@@ -190,7 +190,7 @@ function SettingsTab({
|
||||
target="_blank">
|
||||
Read Wiki Guide
|
||||
</a>
|
||||
{flag("IS_APPLE_STORE_BUILD") && <DonateButton />}
|
||||
{flag("APP_STORE_BUILD") && <DonateButton />}
|
||||
</div>
|
||||
|
||||
<LogArea
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const FLAGS = {
|
||||
IS_APPLE_STORE_BUILD: "IS_APPLE_STORE_BUILD",
|
||||
APP_STORE_BUILD: "APP_STORE_BUILD",
|
||||
};
|
||||
|
||||
// Get flag from process.env
|
||||
|
||||
Reference in New Issue
Block a user