New sticker creator button
This commit is contained in:
parent
85adb39d31
commit
fad0529080
25 changed files with 442 additions and 11 deletions
|
@ -38,6 +38,7 @@ export const createTemplate = (
|
|||
showKeyboardShortcuts,
|
||||
showSettings,
|
||||
showStickerCreator,
|
||||
openArtCreator,
|
||||
} = options;
|
||||
|
||||
const template: MenuListType = [
|
||||
|
@ -46,7 +47,7 @@ export const createTemplate = (
|
|||
submenu: [
|
||||
{
|
||||
label: i18n('mainMenuCreateStickers'),
|
||||
click: showStickerCreator,
|
||||
click: isProduction ? showStickerCreator : openArtCreator,
|
||||
},
|
||||
{
|
||||
label: i18n('mainMenuSettings'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue