mirror of
https://github.com/mue/mue.git
synced 2026-07-22 08:17:28 +02:00
feat: better digital clock settings and greeting now changes properly
This commit is contained in:
@@ -9,7 +9,7 @@ import Text from '../Text';
|
||||
export default function AppearanceSettings() {
|
||||
const { appearance } = window.language.modals.main.settings.sections;
|
||||
|
||||
let themeOptions = [
|
||||
const themeOptions = [
|
||||
{
|
||||
'name': 'Auto',
|
||||
'value': 'auto'
|
||||
@@ -17,11 +17,12 @@ export default function AppearanceSettings() {
|
||||
{
|
||||
'name': 'Light',
|
||||
'value': 'light'
|
||||
}, {
|
||||
},
|
||||
{
|
||||
'name': 'Dark',
|
||||
'value': 'dark'
|
||||
}
|
||||
]
|
||||
];
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user