mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 15:33:16 +08:00
FIX: show the printer text in sd card mode
jira: [STUDIO-12247] Change-Id: I9457c68365a9defaba75d7cda24229740c68a3f8
This commit is contained in:
parent
561e9ea2b5
commit
271154aa14
@ -5192,13 +5192,11 @@ void PrinterInfoBox::SetDefault(bool from_sd)
|
|||||||
{
|
{
|
||||||
if (!from_sd)
|
if (!from_sd)
|
||||||
{
|
{
|
||||||
m_stext_printer_title->Show(true);
|
|
||||||
m_comboBox_printer->Show(true);
|
m_comboBox_printer->Show(true);
|
||||||
m_button_refresh->Show(true);
|
m_button_refresh->Show(true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_stext_printer_title->Show(false);
|
|
||||||
m_comboBox_printer->Show(true);
|
m_comboBox_printer->Show(true);
|
||||||
m_button_refresh->Show(false);
|
m_button_refresh->Show(false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user