NEW: add images for O1S

JIRA: [STUDIO-11919]
Change-Id: I43f39dbd87514fea5ad8f43dbadb142cec1cfd46
(cherry picked from commit 9bc62966fbb2a931cafe16290b17f087cf1450d6)
This commit is contained in:
xin.zhang
2025-06-09 15:27:35 +08:00
committed by Noisyfox
parent 5d77251a22
commit ed13861cfd
5 changed files with 1546 additions and 2 deletions

View File

@@ -2085,6 +2085,11 @@ void StatusBasePanel::expand_filament_loading(wxMouseEvent& e)
m_filament_load_img->SetBitmap(create_scaled_bitmap("filament_load_o_series_left", this, load_img_size));
}
}
else
{
//TODO
m_filament_load_img->SetBitmap(create_scaled_bitmap("filament_load_o_series_right", this, load_img_size));
}
}
}