Remove Sticker Creator in favor of Web App
This commit is contained in:
parent
78f0626e68
commit
f84b6a31dc
117 changed files with 67 additions and 5269 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue