mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
help (button)
This commit is contained in:
parent
2d296bb791
commit
46d2f4aaeb
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}`
|
}`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue