Remove Sticker Creator in favor of Web App

This commit is contained in:
Fedor Indutny 2023-03-15 17:59:30 -07:00 committed by GitHub
parent 78f0626e68
commit f84b6a31dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
117 changed files with 67 additions and 5269 deletions

View file

@ -22,7 +22,6 @@ export const createTemplate = (
const {
isProduction,
isStaging,
devTools,
includeSetup,
openContactUs,
@ -38,7 +37,6 @@ export const createTemplate = (
showDebugLog,
showKeyboardShortcuts,
showSettings,
showStickerCreator,
openArtCreator,
} = options;
@ -48,7 +46,7 @@ export const createTemplate = (
submenu: [
{
label: i18n('mainMenuCreateStickers'),
click: isStaging ? openArtCreator : showStickerCreator,
click: openArtCreator,
},
{
label: i18n('mainMenuSettings'),