feat: expose os-version to settings

This commit is contained in:
Kevin Yue
2023-01-01 17:18:50 +08:00
parent f552ef6204
commit 2069b7fd8e
5 changed files with 35 additions and 4 deletions

View File

@@ -21,6 +21,9 @@ public:
void setClientos(QString clientos);
QString clientos();
void setOsVersion(QString osVersion);
QString osVersion();
private:
Ui::SettingsDialog *ui;
};