aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp
index 1d07977..487a4e3 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
context->setContextProperty("fileOperation", &file);
VehicleSignalsConfig vsConfig("navigation");
- Navigation *navigation = new Navigation(new VehicleSignals(vsConfig), context);
+ Navigation *navigation = new Navigation(new VehicleSignals(vsConfig), true, context);
context->setContextProperty("navigation", navigation);
MarkerModel model;