Revert "[qt] Remove defunct Traffic layer button"

This reverts commit df2541e1bf12abca329becdac8de7c92f0893b03.
This commit is contained in:
mvglasow
2025-04-29 23:44:02 +03:00
parent e3e4a1985a
commit 6f2f61b30a
5 changed files with 13 additions and 15 deletions

View File

@@ -50,9 +50,8 @@ class MainWindow : public QMainWindow, location::LocationObserver
enum LayerType : uint8_t
{
/// @todo Uncomment when we will integrate a traffic provider.
// TRAFFIC = 0,
TRANSIT = 0, // Metro scheme
TRAFFIC = 0,
TRANSIT, // Metro scheme
ISOLINES,
OUTDOORS,
};