From 990f89b94fa072d2ab18c11cd382d36b028f0df9 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 9 Jan 2025 17:53:06 +1100 Subject: [PATCH] Turn off translation for SDK and API version * Revert 6ff4919d with better fix * Resolves #4538 --- qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.cpp | 3 --- qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.ui | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.cpp b/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.cpp index ff7418178..87cd1077f 100644 --- a/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.cpp +++ b/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.cpp @@ -37,8 +37,5 @@ void OpenRGBSoftwareInfoPage::changeEvent(QEvent *event) if(event->type() == QEvent::LanguageChange) { ui->retranslateUi(this); - - ui->SDKVersionValue->setText(QString::number(OPENRGB_SDK_PROTOCOL_VERSION)); - ui->PluginAPIVersionValue->setText(QString::number(OPENRGB_PLUGIN_API_VERSION)); } } diff --git a/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.ui b/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.ui index 06589aba6..4d7dc3200 100644 --- a/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.ui +++ b/qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.ui @@ -165,14 +165,14 @@ - SDK Version Value + SDK Version Value - Plugin API Version Value + Plugin API Version Value