Sticker Creator

This commit is contained in:
Ken Powers 2019-12-17 15:25:57 -05:00 committed by Scott Nonnenberg
parent 2df1ba6e61
commit 11d47a8eb9
123 changed files with 11287 additions and 1714 deletions

View file

@ -48,6 +48,13 @@
{
"label": "Set Up as New Device",
"click": null
},
{
"type": "separator"
},
{
"label": "Create/upload sticker pack",
"click": null
}
]
},

View file

@ -38,6 +38,15 @@
}
]
},
{
"label": "&File",
"submenu": [
{
"label": "Create/upload sticker pack",
"click": null
}
]
},
{
"label": "&Edit",
"submenu": [

View file

@ -13,6 +13,10 @@
{
"type": "separator"
},
{
"label": "Create/upload sticker pack",
"click": null
},
{
"accelerator": "CommandOrControl+,",
"label": "Preferences…",

View file

@ -2,6 +2,10 @@
{
"label": "&File",
"submenu": [
{
"label": "Create/upload sticker pack",
"click": null
},
{
"accelerator": "CommandOrControl+,",
"label": "Preferences…",

View file

@ -59,6 +59,7 @@ describe('SignalMenu', () => {
showDebugLog: null,
showKeyboardShortcuts: null,
showSettings: null,
showStickerCreator: null,
showWindow: null,
};
const appLocale = 'en';