修改地面站闪退问题
This commit is contained in:
@@ -139,9 +139,9 @@ RemoteControl::RemoteControl(QWidget *parent) :
|
||||
PowerSwitch->setSegment(3);
|
||||
PowerSwitch->setPosition(3);
|
||||
|
||||
PowerSwitch->setNotice(0,"Soft");
|
||||
PowerSwitch->setNotice(1,"Remote");
|
||||
PowerSwitch->setNotice(2,"OFF");
|
||||
PowerSwitch->setNotice(0,tr("Soft"));
|
||||
PowerSwitch->setNotice(1,tr("Remote"));
|
||||
PowerSwitch->setNotice(2,tr("OFF"));
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user