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