story onlyUnread setting in localStorage
This commit is contained in:
parent
a1124ee9df
commit
0c26449e8e
|
@ -488,6 +488,9 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
||||||
$store.bind($scope, "lines", "40");
|
$store.bind($scope, "lines", "40");
|
||||||
// TODO checkbox for saving password or not?
|
// TODO checkbox for saving password or not?
|
||||||
// $scope.password = "";
|
// $scope.password = "";
|
||||||
|
//
|
||||||
|
|
||||||
|
$store.bind($scope, "onlyUnread", false);
|
||||||
|
|
||||||
|
|
||||||
$scope.setActiveBuffer = function(key) {
|
$scope.setActiveBuffer = function(key) {
|
||||||
|
|
Loading…
Reference in New Issue