Fix sticker creator window title
This commit is contained in:
2
main.js
2
main.js
@@ -709,7 +709,7 @@ async function showStickerCreator() {
|
|||||||
width: 800,
|
width: 800,
|
||||||
minWidth: 800,
|
minWidth: 800,
|
||||||
height: 650,
|
height: 650,
|
||||||
title: locale.messages.signalDesktopStickerCreator,
|
title: locale.messages.signalDesktopStickerCreator.message,
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
backgroundColor: '#3a76f0',
|
backgroundColor: '#3a76f0',
|
||||||
show: false,
|
show: false,
|
||||||
|
Reference in New Issue
Block a user