mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-05 17:33:49 +00:00
FIX: switch off twitter button via env var not possible (#388)
This commit is contained in:
@@ -2404,7 +2404,7 @@ class Base64Dialog extends Dialog {
|
||||
class AboutUI {
|
||||
constructor() {
|
||||
this.$donationBtn = $('donation-btn');
|
||||
this.$twitterBtn = $('twitter-btn');
|
||||
this.$twitterBtn = $('x-twitter-btn');
|
||||
this.$mastodonBtn = $('mastodon-btn');
|
||||
this.$blueskyBtn = $('bluesky-btn');
|
||||
this.$customBtn = $('custom-btn');
|
||||
|
||||
Reference in New Issue
Block a user