Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix(ui): Resources missing in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Oct 10, 2022
1 parent ad892e0 commit b05c0b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/userscript/source/ui/ResourcesSettingsUi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ export class ResourcesSettingsUi extends SettingsSectionUi {
this._makeResourceSetting(ucfirst(this._host.engine.i18n(`$resources.${name}.title`)), item)
);
}

for (const setting of this._items) {
panel.list.append(setting.element);
}
}

/**
Expand Down

0 comments on commit b05c0b6

Please sign in to comment.