mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
refactor: rename theme name attribute to themeName
This commit is contained in:
@@ -32,7 +32,7 @@ const Configuration = () => {
|
||||
}}
|
||||
>
|
||||
{themeNames.map((t) => (
|
||||
<MenuItem value={t}>{themes[t].name}</MenuItem>
|
||||
<MenuItem value={t}>{themes[t].themeName}</MenuItem>
|
||||
))}
|
||||
</Select>
|
||||
</CardContent>
|
||||
|
||||
Reference in New Issue
Block a user