Put list items in network context menu together

This commit is contained in:
Pavel Djundik 2018-06-01 12:13:40 +03:00 committed by GitHub
parent 03b5e2c5db
commit a35154185a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,8 +320,8 @@ function addDefaultItems() {
addDevoiceItem();
addFocusItem();
addEditNetworkItem();
addJoinItem();
addChannelListItem();
addBanListItem();
addJoinItem();
addIgnoreListItem();
}