mirror of
https://github.com/mue/mue.git
synced 2026-07-13 20:13:47 +02:00
fix: font settings and quote widget
This commit is contained in:
@@ -93,7 +93,7 @@ export default class Clock extends React.PureComponent {
|
||||
|
||||
const checkValue = (setting) => {
|
||||
return (localStorage.getItem(setting) === 'true');
|
||||
}
|
||||
};
|
||||
|
||||
if (localStorage.getItem('timeType') === 'analogue') {
|
||||
clockHTML = (
|
||||
|
||||
Reference in New Issue
Block a user