mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed header tooltips not being translated to the user language
This commit is contained in:
parent
c5d4f7463b
commit
07e1aeecf9
1 changed files with 2 additions and 2 deletions
|
@ -74,6 +74,8 @@ import 'flexStyles';
|
|||
}
|
||||
|
||||
function updateUserInHeader(user) {
|
||||
renderHeader();
|
||||
|
||||
let hasImage;
|
||||
|
||||
if (user && user.name) {
|
||||
|
@ -955,8 +957,6 @@ import 'flexStyles';
|
|||
updateLibraryNavLinks(page);
|
||||
});
|
||||
|
||||
renderHeader();
|
||||
|
||||
events.on(connectionManager, 'localusersignedin', function (e, user) {
|
||||
const currentApiClient = connectionManager.getApiClient(user.ServerId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue