Save emojify preference in settings

This fixes a bug where the preference would not be saved
This commit is contained in:
Lorenz Hübschle-Schneider 2015-02-28 21:30:57 +01:00 committed by Tor Hveem
commit de69f820fe
2 changed files with 4 additions and 3 deletions

View file

@ -35,7 +35,8 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
'showtimestampSeconds': false,
'fontsize': '14px',
'fontfamily': (utils.isMobileUi() ? 'sans-serif' : 'Inconsolata, Consolas, Monaco, Ubuntu Mono, monospace'),
'readlineBindings': false
'readlineBindings': false,
'enableJSEmoji': false
});
$scope.settings = settings;