We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d99c5c commit 4815728Copy full SHA for 4815728
1 file changed
Scripts/JDDou.js
@@ -243,7 +243,7 @@ class Widget extends DmYY {
243
await this.getWidgetBackgroundImage(widget);
244
const header = widget.addStack();
245
if (this.widgetFamily !== "small") {
246
- this.renderJDHeader(header);
+ await this.renderJDHeader(header);
247
} else {
248
await this.renderHeader(header, this.logo, this.name);
249
}
0 commit comments