- weather: introduce string g_settings.weather_postcode

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-01-22 00:47:10 +01:00
committed by Thilo Graf
parent aef6d8c45d
commit 454ae6223b
6 changed files with 9 additions and 10 deletions

View File

@@ -911,6 +911,7 @@ struct SNeutrinoSettings
std::string weather_city;
std::string weather_location;
std::string weather_postcode;
std::string youtube_dev_id;
int youtube_enabled;