Increase the number of common eomjis shown on search screen

merge-requests/30/head
Bob Mottram 2022-04-19 10:46:57 +01:00
parent 4abc01b644
commit e6c686b4d1
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ def html_search_emoji_text_entry(css_cache: {}, translate: {},
emoji_str += ' </form>\n'
emoji_str += ' </center>\n'
emoji_str += ' </div>\n'
emoji_str += _html_common_emoji(base_dir, 8)
emoji_str += _html_common_emoji(base_dir, 16)
emoji_str += '</div>\n'
emoji_str += html_footer()
return emoji_str