SHA256
Обновить UI для меню и языка
This commit is contained in:
@@ -84,7 +84,7 @@ export function renderToolbar(currentPageId, navigate) {
|
||||
</span>
|
||||
`;
|
||||
} else if (isNetwork) {
|
||||
btn.innerHTML = iconHtml(item);
|
||||
btn.innerHTML = `${iconHtml(item)}<span>${item.label}</span>`;
|
||||
btn.setAttribute('aria-label', item.label);
|
||||
btn.title = item.label;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user