mirror of
https://github.com/mue/mue.git
synced 2026-06-12 03:28:46 +02:00
fix: weather
This commit is contained in:
@@ -148,7 +148,7 @@ export default class Weather extends PureComponent {
|
||||
render() {
|
||||
const weatherType = localStorage.getItem('weatherType');
|
||||
const enabled = (setting) => {
|
||||
return localStorage.getItem(setting) === 'true' && weatherType >= 3;
|
||||
return (localStorage.getItem(setting) === 'true' && weatherType >= 3) || weatherType == 3;
|
||||
};
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user