Merge pull request #2494 from thelounge/xpaw/list-together

Put list items in network context menu together
This commit is contained in:
Jérémie Astori 2018-06-01 21:45:20 -04:00 committed by GitHub
commit 8f7a141711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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