Cambiado el flag de autorute a ON

This commit is contained in:
unknown
2025-04-12 22:19:48 +02:00
parent abc8db6b8b
commit e8123c9fb8

View File

@ -88,7 +88,7 @@ class Routing extends BaseRouting
* *
* If FALSE, will stop searching and do NO automatic routing. * If FALSE, will stop searching and do NO automatic routing.
*/ */
public bool $autoRoute = false; public bool $autoRoute = true;
/** /**
* If TRUE, will enable the use of the 'prioritize' option * If TRUE, will enable the use of the 'prioritize' option