Fix DRDY status indicator.

This commit is contained in:
Julian Frohmüller
2023-03-05 17:00:24 +01:00
parent 0aebea8a1d
commit 72e2b8fa27
+1 -1
View File
@@ -3740,7 +3740,7 @@ void update_status_buttons_ccc(void)
if (ata_status_ccc & 0x40)
{
gtk_image_set_from_file(GTK_IMAGE(drdy_status_icon), status_icon_off_path);
gtk_image_set_from_file(GTK_IMAGE(drdy_status_icon), status_icon_on_path);
}
if (ata_status_ccc & 0x20)