fix(egui): show ratsnest by default

Closes https://codeberg.org/topola/topola/issues/118
This commit is contained in:
Mikolaj Wielgus 2024-12-05 07:47:21 +01:00
parent 577e1a5b11
commit 848a497991
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ impl MenuBar {
}, },
}, },
is_placing_via: false, is_placing_via: false,
show_ratsnest: false, show_ratsnest: true,
show_navmesh: false, show_navmesh: false,
show_bboxes: false, show_bboxes: false,
show_origin_destination: false, show_origin_destination: false,