Enable hierarchical server view by default
Also fix its label Fixes #331
This commit is contained in:
parent
852c9ad4fb
commit
2c4a28f559
2 changed files with 2 additions and 2 deletions
|
@ -846,7 +846,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
// Save setting for displaying embeds
|
||||
$store.bind($scope, "noembed", noembed);
|
||||
// Save setting for channel ordering
|
||||
$store.bind($scope, "orderbyserver", false);
|
||||
$store.bind($scope, "orderbyserver", true);
|
||||
// Save setting for updating favicon
|
||||
$store.bind($scope, "useFavico", true);
|
||||
// Save setting for showtimestamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue