(ui: &mut egui::Ui)
| 885 | } |
| 886 | |
| 887 | fn project_override_badge(ui: &mut egui::Ui) -> egui::Response { |
| 888 | ui.add(egui::Label::new(RichText::new("⛭").color(ui.visuals().warn_fg_color)).selectable(false)) |
| 889 | } |
| 890 | |
| 891 | fn config_property_ui( |
| 892 | ui: &mut egui::Ui, |
no test coverage detected