feat: change UI for send to server

This commit is contained in:
semenov
2024-10-01 16:25:54 +03:00
parent dfe08fc2db
commit 11e71f46a7
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)