fix: server changable version

This commit is contained in:
semenov
2025-12-12 11:34:02 +03:00
parent 14c1ffb66f
commit c23f3d519b
24 changed files with 13298 additions and 13264 deletions

View File

@@ -72,11 +72,7 @@ void UpdateNotifyWidget::showWithFill()
{
clearList();
if(!versionContainer->getLocalVersionData()->getIsChangeable())
{
showTryChangeBase();
}
else if(!versionContainer->getServerVersionData()->getIsChangeable())
if(!versionContainer->getServerVersionData()->getIsChangeable())
{
showTryChangeBase();
}