mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 07:09:05 +08:00
Partial revert of e12cf58c913017ceab660b6f4ef9ba8c6f6dc19d
This commit is contained in:
parent
7111da2dbf
commit
7d45da065a
@ -3980,11 +3980,11 @@ void GCodeViewer::render_legend(float& legend_height)
|
|||||||
|
|
||||||
switch (m_time_estimate_mode) {
|
switch (m_time_estimate_mode) {
|
||||||
case PrintEstimatedStatistics::ETimeMode::Normal: {
|
case PrintEstimatedStatistics::ETimeMode::Normal: {
|
||||||
show_mode_button(_u8L("Show stealth mode"), PrintEstimatedStatistics::ETimeMode::Stealth);
|
show_mode_button(_L("Show stealth mode"), PrintEstimatedStatistics::ETimeMode::Stealth);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case PrintEstimatedStatistics::ETimeMode::Stealth: {
|
case PrintEstimatedStatistics::ETimeMode::Stealth: {
|
||||||
show_mode_button(_u8L("Show normal mode"), PrintEstimatedStatistics::ETimeMode::Normal);
|
show_mode_button(_L("Show normal mode"), PrintEstimatedStatistics::ETimeMode::Normal);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default : { assert(false); break; }
|
default : { assert(false); break; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user