Fix: Can not show tablet mode auto switch button in tablet os

This commit is contained in:
amphetaminewei 2022-10-19 19:45:20 +08:00
parent 440e30cd5f
commit 197f0e1eb8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ TouchScreen::TouchScreen(QWidget *parent)
, m_cycleNum(0)
, m_iconThemeGSettings(nullptr)
{
m_productFeat = QString::fromStdString(KDKGetOSRelease("PRODUCT_FEATURE")).toInt();
m_productFeat = QString::fromStdString(KDKGetOSRelease("PRODUCT_FEATURES")).toInt();
ui->setupUi(this);
initUI();
loadGif();