diff --git a/touchscreen-settings/touchscreen.cpp b/touchscreen-settings/touchscreen.cpp index ac4724d..5f81059 100644 --- a/touchscreen-settings/touchscreen.cpp +++ b/touchscreen-settings/touchscreen.cpp @@ -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();