mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[traffic] Read HttpTrafficSource parameters from config
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -740,6 +740,12 @@ public:
|
||||
bool LoadTrafficEnabled();
|
||||
void SaveTrafficEnabled(bool trafficEnabled);
|
||||
|
||||
bool LoadTrafficHttpEnabled();
|
||||
void SaveTrafficHttpEnabled(bool trafficHttpEnabled);
|
||||
|
||||
std::string LoadTrafficHttpUrl();
|
||||
void SaveTrafficHttpUrl(std::string trafficHttpUrl);
|
||||
|
||||
bool LoadTrafficSimplifiedColors();
|
||||
void SaveTrafficSimplifiedColors(bool simplified);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user