arm下屏蔽人机界面

This commit is contained in:
jxder 2025-08-02 22:32:58 +08:00
parent 23557a64e4
commit 0a493c432e

View File

@ -73,7 +73,7 @@ void ButtonForm::addToolButtons(QVector<QString> &buttonVec)
toolBtn->setMinimumWidth(80);
//toolBtn->setIcon(icon);
toolBtn->setText(m_bIsZh?buttonInfo.m_zh:buttonInfo.m_en);
#ifdef OS_LINUX
#ifdef Q_PROCESSOR_ARM_64
toolBtn->setEnabled(buttonInfo.m_enable);
#endif
connect(toolBtn,&QToolButton::clicked,[=](){