Fix sticker creator window title
This commit is contained in:
parent
55091edefa
commit
da6de88866
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -709,7 +709,7 @@ async function showStickerCreator() {
|
|||
width: 800,
|
||||
minWidth: 800,
|
||||
height: 650,
|
||||
title: locale.messages.signalDesktopStickerCreator,
|
||||
title: locale.messages.signalDesktopStickerCreator.message,
|
||||
autoHideMenuBar: true,
|
||||
backgroundColor: '#3a76f0',
|
||||
show: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue