Adds emoji support using Twitter's twemoji
This commit is contained in:
parent
8eda79e2f3
commit
f125c43ccb
5 changed files with 38 additions and 3 deletions
|
@ -293,6 +293,8 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
$store.bind($scope, "fontsize", "14px");
|
||||
// Save setting for readline keybindings
|
||||
$store.bind($scope, "readlineBindings", false);
|
||||
// Save settings for non-native Emoji support
|
||||
$store.bind($scope, "enableJSEmoji", false);
|
||||
|
||||
if (!$scope.fontfamily) {
|
||||
if (utils.isMobileUi()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue