added dependency of the version in the installer on the version in CMakeLists
This commit is contained in:
parent
b292908564
commit
248a1ebd5c
12 changed files with 54 additions and 25 deletions
|
|
@ -88,7 +88,7 @@ void VpnLogic::onUpdatePage()
|
|||
else {
|
||||
set_labelErrorText("");
|
||||
}
|
||||
QString ver = QString("v. %2").arg(QString(APP_VERSION));
|
||||
QString ver = QString("v. %2").arg(QString(APP_MAJOR_VERSION));
|
||||
set_labelVersionText(ver);
|
||||
|
||||
set_labelLogEnabledVisible(m_settings->isSaveLogs());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue