mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-18 00:35:56 +08:00
FIX: add translation flag
jira: [STUDIO-9148] Change-Id: Idd50664e0f9c55fe5e8d7e0a840948fd82dafc15
This commit is contained in:
parent
4de2ef3565
commit
b79f624347
@ -1530,6 +1530,7 @@ wxBoxSizer *StatusBasePanel::create_misc_control(wxWindow *parent)
|
||||
m_switch_fan->SetBorderWidth(0);
|
||||
m_switch_fan->SetCornerRadius(0);
|
||||
m_switch_fan->SetFont(::Label::Body_10);
|
||||
m_switch_fan->SetLabel(_L("panel"));
|
||||
m_switch_fan->SetTextColor(
|
||||
StateColor(std::make_pair(DISCONNECT_TEXT_COL, (int)StateColor::Disabled), std::make_pair(NORMAL_FAN_TEXT_COL, (int)StateColor::Normal)));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user