mirror of
https://github.com/mue/mue.git
synced 2026-07-24 17:27:17 +02:00
fix: add setting for cloudiness and fix strings
This commit is contained in:
@@ -32,6 +32,8 @@ export default class TimeSettings extends React.PureComponent {
|
||||
this.setState({
|
||||
location: data[0].name
|
||||
});
|
||||
}, {
|
||||
enableHighAccuracy: true
|
||||
});
|
||||
|
||||
document.querySelector('.reminder-info').style.display = 'block';
|
||||
@@ -69,6 +71,7 @@ export default class TimeSettings extends React.PureComponent {
|
||||
<h3>{language.extra_info.title}</h3>
|
||||
<Checkbox name='showlocation' text={language.extra_info.show_location} category='weather'/>
|
||||
<Checkbox name='showtext' text={language.extra_info.show_text} category='weather'/>
|
||||
<Checkbox name='cloudiness' text={language.extra_info.cloudiness} category='weather'/>
|
||||
<Checkbox name='humidity' text={language.extra_info.humidity} category='weather'/>
|
||||
<Checkbox name='windspeed' text={language.extra_info.wind_speed} category='weather'/>
|
||||
<Checkbox name='windDirection' text={language.extra_info.wind_direction} category='weather'/>
|
||||
|
||||
Reference in New Issue
Block a user