mobile fix

This commit is contained in:
2026-03-26 15:55:39 +07:00
parent 361d6f19c9
commit 35c9c5c18a
+1 -1
View File
@@ -300,7 +300,7 @@ impl EngineConfig {
self self
} }
pub fn _disable_routing(mut self) -> Self { pub fn disable_routing(mut self) -> Self {
self.setup_routing = false; self.setup_routing = false;
self self
} }