ext_weather

This commit is contained in:
e2002
2023-02-27 16:58:13 +03:00
parent 3b11348a47
commit 9d39655531
7 changed files with 81 additions and 14 deletions

View File

@@ -116,7 +116,7 @@ void Display::_buildPager(){
#endif
_nums.init(numConf, 10, false, config.theme.digit, config.theme.background);
#ifndef HIDE_WEATHER
_weather = new ScrollWidget("*", weatherConf, config.theme.weather, config.theme.background);
_weather = new ScrollWidget("\007", weatherConf, config.theme.weather, config.theme.background);
#endif
if(_volbar) _footer.addWidget( _volbar);