i wish i had better internet to test this locally :(
This commit is contained in:
parent
4978bbd6d6
commit
c6a705c0bb
@ -415,7 +415,7 @@ fn get_drivers(main_window: >k::Box, loading_box: >k::Box, ubuntu_drivers_li
|
|||||||
.justify(Justification::Left)
|
.justify(Justification::Left)
|
||||||
.build();
|
.build();
|
||||||
driver_middle_part_description_label.add_css_class("midLabel");
|
driver_middle_part_description_label.add_css_class("midLabel");
|
||||||
if driver_name = ("mesa-git") {
|
if driver_name == ("mesa-git") {
|
||||||
driver_middle_part_description_label.add_css_class("midLabelWARN");
|
driver_middle_part_description_label.add_css_class("midLabelWARN");
|
||||||
}
|
}
|
||||||
driver_version_icon.set_tooltip_text(Some(&String::from_utf8(command_version_label.stdout).unwrap()));
|
driver_version_icon.set_tooltip_text(Some(&String::from_utf8(command_version_label.stdout).unwrap()));
|
||||||
|
Loading…
Reference in New Issue
Block a user