Larger alternate greetings window

This commit is contained in:
Cohee
2024-01-06 19:59:48 +02:00
parent 2bea90a264
commit f7b1b490c7
2 changed files with 4 additions and 4 deletions

View File

@ -6973,7 +6973,7 @@ function openAlternateGreetings() {
});
updateAlternateGreetingsHintVisibility(template);
callPopup(template, 'alternate_greeting');
callPopup(template, 'alternate_greeting', '', { wide: true, large: true });
}
function addAlternateGreeting(template, greeting, index, getArray) {