mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-08-25 04:26:31 +00:00
Fix DRDY status indicator.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user