mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Fix SDK/Plugin version not displaying correctly
This commit is contained in:
@@ -18,7 +18,8 @@ OpenRGBSoftwareInfoPage::OpenRGBSoftwareInfoPage(QWidget *parent) :
|
||||
ui(new Ui::OpenRGBSoftwareInfoPageUi)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
ui->SDKVersionValue->setText(QString::number(OPENRGB_SDK_PROTOCOL_VERSION));
|
||||
ui->PluginAPIVersionValue->setText(QString::number(OPENRGB_PLUGIN_API_VERSION));
|
||||
ui->VersionValue->setText(VERSION_STRING);
|
||||
ui->BuildDateValue->setText(BUILDDATE_STRING);
|
||||
ui->GitCommitIDValue->setText(GIT_COMMIT_ID);
|
||||
|
||||
Reference in New Issue
Block a user