mirror of https://codeberg.org/topola/topola.git
fix(egui): show ratsnest by default
Closes https://codeberg.org/topola/topola/issues/118
This commit is contained in:
parent
577e1a5b11
commit
848a497991
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue