feat: change UI for send to server

This commit is contained in:
semenov
2024-10-01 16:25:54 +03:00
parent 920916ce69
commit 5f457e3ac6
34 changed files with 5562 additions and 917 deletions

View File

@@ -56,8 +56,7 @@ void HashComparer::showDeltas()
}
updateWidget->setUpdateList(filesForUpdate);
updateWidget->show();
updateWidget->activateWindow();
emit sigHaveDelta();
}
void HashComparer::setWidget(UpdateNotifyWidget* updateWidget)