Don't embed content by default
This can be quite slow on buffer switch, especially when gists / tweets are embedded
This commit is contained in:
parent
fe3360df15
commit
dc46a9b22a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
'savepassword': false,
|
||||
'autoconnect': false,
|
||||
'nonicklist': utils.isMobileUi(),
|
||||
'noembed': utils.isMobileUi(),
|
||||
'noembed': true,
|
||||
'onlyUnread': false,
|
||||
'hotlistsync': true,
|
||||
'orderbyserver': true,
|
||||
|
|
Loading…
Reference in a new issue