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
@ -363,6 +363,8 @@ Client.prototype.sort = function(data) {
|
||||
network.channels = sorted;
|
||||
break;
|
||||
}
|
||||
|
||||
self.save();
|
||||
};
|
||||
|
||||
Client.prototype.names = function(data) {
|
||||
|
Loading…
Reference in New Issue
Block a user