mirror of
https://github.com/thelounge/thelounge
synced 2024-11-30 07:50:34 +00:00
Merge pull request #401 from thelounge/xpaw/save-when-sorting
Save user when they sort the channel list
This commit is contained in:
commit
2bf6a2595b
1 changed files with 2 additions and 0 deletions
|
@ -363,6 +363,8 @@ Client.prototype.sort = function(data) {
|
||||||
network.channels = sorted;
|
network.channels = sorted;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.save();
|
||||||
};
|
};
|
||||||
|
|
||||||
Client.prototype.names = function(data) {
|
Client.prototype.names = function(data) {
|
||||||
|
|
Loading…
Reference in a new issue