Don't embed content by default

This can be quite slow on buffer switch, especially when gists / tweets are embedded
fix-mobilekeyboard
Lorenz Hübschle-Schneider 10 years ago
parent fe3360df15
commit dc46a9b22a
  1. 2
      js/glowingbear.js

@ -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…
Cancel
Save