mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: add some dark mode images
jira: [STUDIO-9654] Change-Id: I89c8efcd95e7b326c4e9ecff76a10c1813e018ea (cherry picked from commit 10ea0696c613340cc54e3245678e7e4605d19f4f)
This commit is contained in:
@@ -408,13 +408,14 @@ void MachineInfoPanel::init_bitmaps()
|
||||
m_img_monitor_ams = ScalableBitmap(this, "monitor_upgrade_ams", 200);
|
||||
m_img_ext = ScalableBitmap(this, "monitor_upgrade_ext", 200);
|
||||
if (wxGetApp().dark_mode()) {
|
||||
m_img_air_pump = ScalableBitmap(this, "air_pump_dark", 160);
|
||||
m_img_extra_ams = ScalableBitmap(this, "extra_icon_dark", 160);
|
||||
}
|
||||
else {
|
||||
m_img_air_pump = ScalableBitmap(this, "air_pump", 160);
|
||||
m_img_extra_ams = ScalableBitmap(this, "extra_icon", 160);
|
||||
}
|
||||
|
||||
m_img_air_pump = ScalableBitmap(this, "air_pump", 160);
|
||||
m_img_laser = ScalableBitmap(this, "laser", 160);
|
||||
m_img_cutting = ScalableBitmap(this, "cut", 160);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user