mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
kdeplasma-addons: adjust default plasmaweather visibility unit
the new unit conversion class (KLength, replaced KUnitConversion some time ago) does not accept "ml" Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3e9e812a72
commit
e471b90dfb
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ void WeatherPopupApplet::configChanged()
|
|||
d->temperatureUnit = cfg.readEntry("temperatureUnit", "F");
|
||||
d->speedUnit = cfg.readEntry("speedUnit", "mph");
|
||||
d->pressureUnit = cfg.readEntry("pressureUnit", "inHg");
|
||||
d->visibilityUnit = cfg.readEntry("visibilityUnit", "ml");
|
||||
d->visibilityUnit = cfg.readEntry("visibilityUnit", "mi");
|
||||
}
|
||||
d->updateInterval = cfg.readEntry("updateInterval", 30);
|
||||
d->source = cfg.readEntry("source", "");
|
||||
|
|
Loading…
Add table
Reference in a new issue