ENH: update O1S files

jira: [STUDIO-11919]
Change-Id: Iab2e6b8a7162a718c69ccf5e043b3a87ee7d606d
(cherry picked from commit 4fcb5f4a4cfc5268165e2194c22454ffff2e14eb)
This commit is contained in:
xin.zhang
2025-06-13 15:14:08 +08:00
committed by Noisyfox
parent e0c42f0772
commit fdae073072
3 changed files with 2 additions and 3 deletions

View File

@@ -2087,8 +2087,7 @@ void StatusBasePanel::expand_filament_loading(wxMouseEvent& e)
}
else
{
//TODO
m_filament_load_img->SetBitmap(create_scaled_bitmap("filament_load_o_series_right", this, load_img_size));
m_filament_load_img->SetBitmap(create_scaled_bitmap("filament_load_o_series", this, load_img_size));
}
}
}