mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move clientUtils and rename
This commit is contained in:
parent
a238ae21f1
commit
2d2b99d3b9
61 changed files with 62 additions and 62 deletions
|
@ -2,7 +2,7 @@ import * as userSettings from './settings/userSettings';
|
|||
import skinManager from './themeManager';
|
||||
import { Events } from 'jellyfin-apiclient';
|
||||
import ServerConnections from '../components/ServerConnections';
|
||||
import { pageClassOn } from '../scripts/clientUtils';
|
||||
import { pageClassOn } from '../utils/dashboard';
|
||||
|
||||
// Set the default theme when loading
|
||||
skinManager.setTheme(userSettings.theme())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue