Option to disable group impersonation ban. Hide CFG for simple UI

This commit is contained in:
Cohee
2023-08-30 16:31:53 +03:00
parent 56fc92daca
commit 10148167ba
4 changed files with 25 additions and 1 deletions

View File

@@ -385,7 +385,7 @@ jQuery(async () => {
const buttonHtml = $(await $.get(`${extensionFolderPath}/menuButton.html`));
buttonHtml.on('click', onCfgMenuItemClick)
buttonHtml.insertAfter("#option_toggle_AN");
buttonHtml.appendTo("#options_advanced");
// Hook events
eventSource.on(event_types.CHAT_CHANGED, async () => {