Sticker Creator
This commit is contained in:
parent
2df1ba6e61
commit
11d47a8eb9
123 changed files with 11287 additions and 1714 deletions
|
@ -48,6 +48,13 @@
|
|||
{
|
||||
"label": "Set Up as New Device",
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"label": "Create/upload sticker pack",
|
||||
"click": null
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -38,6 +38,15 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "&File",
|
||||
"submenu": [
|
||||
{
|
||||
"label": "Create/upload sticker pack",
|
||||
"click": null
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "&Edit",
|
||||
"submenu": [
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"label": "Create/upload sticker pack",
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
"accelerator": "CommandOrControl+,",
|
||||
"label": "Preferences…",
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
{
|
||||
"label": "&File",
|
||||
"submenu": [
|
||||
{
|
||||
"label": "Create/upload sticker pack",
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
"accelerator": "CommandOrControl+,",
|
||||
"label": "Preferences…",
|
||||
|
|
|
@ -59,6 +59,7 @@ describe('SignalMenu', () => {
|
|||
showDebugLog: null,
|
||||
showKeyboardShortcuts: null,
|
||||
showSettings: null,
|
||||
showStickerCreator: null,
|
||||
showWindow: null,
|
||||
};
|
||||
const appLocale = 'en';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue