Save emojify preference in settings
This fixes a bug where the preference would not be saved
This commit is contained in:
parent
8f5ce92ada
commit
de69f820fe
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue