1
0
Fork 0
forked from External/ergo
Sort snomasks for display rather than displaying them in hash order
This commit is contained in:
Shivaram Lingamneni 2021-05-30 12:35:16 -04:00
parent 75208d2934
commit 33e3b0ce1b
2 changed files with 6 additions and 0 deletions

View file

@ -109,6 +109,7 @@ func (m *SnoManager) MasksEnabled(client *Client) (result sno.Masks) {
}
}
}
result.Sort()
return
}