feat: simple theme selector. only works with hardcoded light and dark for now
This commit is contained in:
+9
-1
@@ -44,7 +44,15 @@ export default deepmerge(englishMessages, {
|
||||
},
|
||||
menu: {
|
||||
library: 'Library',
|
||||
settings: 'Settings'
|
||||
settings: 'Settings',
|
||||
configuration: 'Configuration',
|
||||
theme: {
|
||||
name: 'Theme'
|
||||
}
|
||||
},
|
||||
theme: {
|
||||
dark: 'Dark',
|
||||
light: 'Light'
|
||||
},
|
||||
player: {
|
||||
panelTitle: 'Play Queue',
|
||||
|
||||
Reference in New Issue
Block a user