Lock extensions display order in top and context menus

This commit is contained in:
Cohee
2023-09-13 01:40:01 +03:00
parent c0e5d7efae
commit 09fc42a787
11 changed files with 105 additions and 9 deletions

View File

@@ -6053,8 +6053,7 @@ function enlargeMessageImage() {
const img = document.createElement('img');
img.classList.add('img_enlarged');
img.src = imgSrc;
$('#dialogue_popup').addClass('wide_dialogue_popup');
callPopup(img.outerHTML, 'text');
callPopup(img.outerHTML, 'text', '', { wide: true, large: true });
}
function updateAlternateGreetingsHintVisibility(root) {