i wish i had better internet to test this locally :(

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-14 16:16:07 +03:00
parent 4978bbd6d6
commit c6a705c0bb

View File

@ -415,7 +415,7 @@ fn get_drivers(main_window: &gtk::Box, loading_box: &gtk::Box, ubuntu_drivers_li
.justify(Justification::Left)
.build();
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_version_icon.set_tooltip_text(Some(&String::from_utf8(command_version_label.stdout).unwrap()));