forked from External/ergo
fix #1669
Sort snomasks for display rather than displaying them in hash order
This commit is contained in:
parent
75208d2934
commit
33e3b0ce1b
2 changed files with 6 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ func (m *SnoManager) MasksEnabled(client *Client) (result sno.Masks) {
|
|||
}
|
||||
}
|
||||
}
|
||||
result.Sort()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue