mirror of
https://github.com/EndPwnArchive/cynergy.git
synced 2024-08-14 22:46:57 +00:00
Fixed user toggle
yeah
This commit is contained in:
parent
06aba8418c
commit
1702440110
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ exports.go = function () {
|
||||||
},
|
},
|
||||||
|
|
||||||
toggleUsers: function () {
|
toggleUsers: function () {
|
||||||
wc.findFunc('toggleSection')[0].exports.toggleSection(wc.get(0).ChannelSections.MEMBERS);
|
wc.findFunc('toggleSection')[1].exports.TOGGLE_USERS.action()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -318,4 +318,4 @@ exports.discord = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.$api = exports;
|
window.$api = exports;
|
||||||
|
|
Loading…
Reference in a new issue