mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 22:24:12 -04:00
Turn off translation for SDK and API version
* Revert 6ff4919d with better fix
* Resolves #4538
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -165,14 +165,14 @@
|
||||
<item row="1" column="1">
|
||||
<widget class="QLabel" name="SDKVersionValue">
|
||||
<property name="text">
|
||||
<string>SDK Version Value</string>
|
||||
<string notr="true">SDK Version Value</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLabel" name="PluginAPIVersionValue">
|
||||
<property name="text">
|
||||
<string>Plugin API Version Value</string>
|
||||
<string notr="true">Plugin API Version Value</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user