help (button)

This commit is contained in:
Cynthia Foxwell 2023-04-07 14:42:30 -06:00
parent 2d296bb791
commit 46d2f4aaeb
1 changed files with 2 additions and 1 deletions

View File

@ -6199,7 +6199,8 @@ div[class^="sidebar-"]:not(:has(> [class^="side-"])):not(:hover) [class^="devBan
@var select xmc_help_button 'Disable Help Button' { @var select xmc_help_button 'Disable Help Button' {
'Off': "", 'Off': "",
'On*': `a[href="https://support.discord.com"] { 'On*': `a[href="https://support.discord.com"],
[class^="toolbar-"] > div:not([class]) > [class^="iconWrapper-"][aria-expanded] {
display: none; display: none;
}` }`
} }