mirror of https://gitlab.com/bashrc2/epicyon
Increase the number of common eomjis shown on search screen
parent
4abc01b644
commit
e6c686b4d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue