File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
qt/OpenRGBSoftwareInfoPage Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,5 @@ void OpenRGBSoftwareInfoPage::changeEvent(QEvent *event)
37
37
if (event->type () == QEvent::LanguageChange)
38
38
{
39
39
ui->retranslateUi (this );
40
-
41
- ui->SDKVersionValue ->setText (QString::number (OPENRGB_SDK_PROTOCOL_VERSION));
42
- ui->PluginAPIVersionValue ->setText (QString::number (OPENRGB_PLUGIN_API_VERSION));
43
40
}
44
41
}
Original file line number Diff line number Diff line change 165
165
<item row =" 1" column =" 1" >
166
166
<widget class =" QLabel" name =" SDKVersionValue" >
167
167
<property name =" text" >
168
- <string >SDK Version Value</string >
168
+ <string notr = " true " >SDK Version Value</string >
169
169
</property >
170
170
</widget >
171
171
</item >
172
172
<item row =" 2" column =" 1" >
173
173
<widget class =" QLabel" name =" PluginAPIVersionValue" >
174
174
<property name =" text" >
175
- <string >Plugin API Version Value</string >
175
+ <string notr = " true " >Plugin API Version Value</string >
176
176
</property >
177
177
</widget >
178
178
</item >
You can’t perform that action at this time.
0 commit comments