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