Update icns

This commit is contained in:
Nayam Amarshe
2023-10-14 06:59:42 +05:30
parent f73a45f1e2
commit e94bdf0e76
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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