mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
expand device identification
This commit is contained in:
parent
1e76f3cfe4
commit
7dcf71e256
30 changed files with 344 additions and 394 deletions
|
@ -463,7 +463,7 @@ var Dashboard = {
|
|||
|
||||
Dashboard.getCurrentUser().done(function (user) {
|
||||
|
||||
var html = '<div data-role="panel" data-position="right" data-display="overlay" id="userFlyout" data-theme="b">';
|
||||
var html = '<div data-role="panel" data-position="right" data-display="overlay" id="userFlyout" data-theme="a">';
|
||||
|
||||
html += '<h3>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue