From f7b1b490c7c4680abd61ae09143d20b36dcd34b2 Mon Sep 17 00:00:00 2001
From: Cohee <18619528+Cohee1207@users.noreply.github.com>
Date: Sat, 6 Jan 2024 19:59:48 +0200
Subject: [PATCH] Larger alternate greetings window
---
public/index.html | 6 +++---
public/script.js | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/index.html b/public/index.html
index c5a69212f..6b2bfaa8b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4704,10 +4704,10 @@
Alternate Greetings
-
+
These will be displayed as swipes on the first message when starting a new chat.
Group members can select one of them to initiate the conversation.
-
+
@@ -4722,7 +4722,7 @@
Alternate Greeting #
-
+
diff --git a/public/script.js b/public/script.js
index fb16babd8..adf3e1eaf 100644
--- a/public/script.js
+++ b/public/script.js
@@ -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) {