Remove info about stress tests, as we haven't done any of those in a while

This commit is contained in:
IQuant 2025-06-01 22:58:55 +03:00
parent 7dc4e6a9aa
commit 0ef697c71c

View file

@ -1695,8 +1695,8 @@ impl App {
|ui| {
filled_group(ui, |ui| {
ui.set_min_size(ui.available_size());
heading_with_underline(ui, tr("Info"));
ui.label(tr("info_stress_tests"));
// heading_with_underline(ui, tr("Info"));
// ui.label(tr("info_stress_tests"));
});
},
);