Adds emoji support using Twitter's twemoji

This commit is contained in:
Lorenz Hübschle-Schneider 2015-01-03 18:29:59 +01:00
commit f125c43ccb
5 changed files with 38 additions and 3 deletions

View file

@ -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()) {