We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c796c0 commit a7dc57cCopy full SHA for a7dc57c
material/plugins/social/plugin.py
@@ -82,7 +82,8 @@ def __init__(self):
82
# Retrieve configuration
83
def on_config(self, config):
84
self.color = colors.get("indigo")
85
- self.config.cards = self.config.enabled
+ if not self.config.enabled:
86
+ self.config.cards = False
87
if not self.config.cards:
88
return
89
src/plugins/social/plugin.py
0 commit comments