mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +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;
|
||||
break;
|
||||
}
|
||||
|
||||
self.save();
|
||||
};
|
||||
|
||||
Client.prototype.names = function(data) {
|
||||
|
|
Loading…
Reference in a new issue