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
1 changed files with 1 additions and 1 deletions

View File

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