story onlyUnread setting in localStorage

This commit is contained in:
Tor Hveem 2013-10-16 15:45:38 +02:00
parent a1124ee9df
commit 0c26449e8e

View file

@ -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) {