story onlyUnread setting in localStorage

with-route-provider
Tor Hveem 12 years ago
parent a1124ee9df
commit 0c26449e8e
  1. 3
      js/websockets.js

@ -488,6 +488,9 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
$store.bind($scope, "lines", "40");
// TODO checkbox for saving password or not?
// $scope.password = "";
//
$store.bind($scope, "onlyUnread", false);
$scope.setActiveBuffer = function(key) {

Loading…
Cancel
Save