confine art creator to staging for now

This commit is contained in:
Fedor Indutny 2023-03-01 12:03:21 -08:00 committed by GitHub
parent 4d357f6f06
commit f59e35ea0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 2 deletions

View file

@ -22,6 +22,7 @@ export const createTemplate = (
const {
isProduction,
isStaging,
devTools,
includeSetup,
openContactUs,
@ -47,7 +48,7 @@ export const createTemplate = (
submenu: [
{
label: i18n('mainMenuCreateStickers'),
click: isProduction ? showStickerCreator : openArtCreator,
click: isStaging ? openArtCreator : showStickerCreator,
},
{
label: i18n('mainMenuSettings'),