mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Update flags
This commit is contained in:
parent
9886b3f759
commit
788d7c7bd7
3
.gitignore
vendored
3
.gitignore
vendored
@ -49,4 +49,5 @@ main/*.js
|
||||
main/utils/*.js
|
||||
|
||||
.env
|
||||
*.provisionprofile
|
||||
*.provisionprofile
|
||||
flags.ts
|
@ -20,6 +20,7 @@ import {
|
||||
} from "../atoms/userSettingsAtom";
|
||||
import useLog from "../components/hooks/useLog";
|
||||
import { UpscaylCloudModal } from "../components/UpscaylCloudModal";
|
||||
import { FLAGS } from "@/utils/flags";
|
||||
|
||||
const Home = () => {
|
||||
// STATES
|
||||
@ -499,7 +500,7 @@ const Home = () => {
|
||||
)}
|
||||
{/* HEADER */}
|
||||
<Header version={version} />
|
||||
{!dontShowCloudModal && (
|
||||
{!dontShowCloudModal && !FLAGS.APP_STORE_BUILD && (
|
||||
<button
|
||||
className="mb-5 rounded-btn p-1 mx-5 bg-success shadow-lg shadow-success/40 text-slate-50 animate-pulse text-sm"
|
||||
onClick={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user