question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Setting: "Hide Gift button" doesnt seem to work.

See original GitHub issue

Describe the Bug In settings there is an option for Hide Gift button doesn’t seem to work.

To Reproduce Open settings > BetterDiscord > Settings > Hide gift button. enable it. Then go back, to a text channel.

Expected Behavior After toggling Hide gift button the button should be gone in the text area.

Screenshots image image

Discord Version Stable. I’m using the beta version of BD. only version string I could find is below here.

Stable 76771 (f5e89dd)
BD 1.0.0 (086482f)
Host 0.0.13
Injector 0.6.2
Linux 64-Bit (5.9.16-1-MANJARO)

Additional Context I have enabled those settings in betterdiscord: (Apperance)

  • 24-hour Timestamps
  • Hide gift button
  • Minimal Mode
  • Dark Mode

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

13reactions
programmer2514commented, May 11, 2021

As a workaround until it’s fixed, adding this to your custom CSS should hide both buttons:

/* Hides the gift button */
[aria-label="Send a gift"] {
    display: none;
}

/* Hides the GIF button */
[aria-label="Open GIF picker"] {
    display: none;
}
3reactions
cmd430commented, May 11, 2021

This has broken again with the latest Discord update

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom CSS for Discord to remove the GIF picker and Nitro ...
like it's gone now but now even this hide button css doesn't even work for it after it's gone.
Read more >
Why do I see a "Cannot shift objects off sheet" message in ...
To work around the bug, you must change the setting from Nothing (hide objects) to All. The fastest way to do this is...
Read more >
Remove unwanted ads, pop-ups and malware - Android
Step 1: Remove problematic apps. On an Android phone or tablet, press and hold your device's power button. On your screen, touch and...
Read more >
Known Issues — Pokémon GO Help Center - Niantic Support
Issue description: Some images for items in the Shop to not load correctly for players. This is a visual bug and does not...
Read more >
Preparing a purchased frame as a gift - Aura Help Center
Add a virtual gift message that will appear in the app and on the frame; Pre-load photos and videos as a nice surprise;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found