mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 19:47:43 +00:00
fix: use dark humidity icons in dark mode
This commit is contained in:
@@ -42,7 +42,7 @@ static std::string get_humidity_level_img_path(int humidity_percent)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (wxGetApp().dark_mode()) {
|
if (wxGetApp().dark_mode()) {
|
||||||
return "hum_level" + std::to_string(hum_level) + "_no_num_light";
|
return "hum_level" + std::to_string(hum_level) + "_no_num_dark";
|
||||||
} else {
|
} else {
|
||||||
return "hum_level" + std::to_string(hum_level) + "_no_num_light";
|
return "hum_level" + std::to_string(hum_level) + "_no_num_light";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user