Skip to content

Commit fe63607

Browse files
author
NotValra
committed
badges supports legacy profile now.
1 parent a2b5b22 commit fe63607

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/content/features/profile/header/RoValraBadges.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export function init() {
140140
chrome.storage.local.get({ RoValraBadgesEnable: true }, (settings) => {
141141
if (settings.RoValraBadgesEnable) {
142142
observeElement('#profile-header-title-container-name', addHeaderBadges);
143+
observeElement('.profile-header-title-container', addHeaderBadges);
143144
observeElement('ul.hlist.badge-list', addProfileBadges);
144145
}
145146
});

0 commit comments

Comments
 (0)