bugfix: ui behaviour

This commit is contained in:
semenov
2025-11-20 15:58:19 +03:00
parent a2e64ecb68
commit 633881847b
10 changed files with 12681 additions and 12688 deletions

View File

@@ -106,6 +106,7 @@ void WidgetManager::setNeedUpdateState(quint64 size, quint64 fileCount,quint64 d
result = tr("Файлов к удалению: ") + QString::number(deleteCount);
}
updateWidget->closeWindow();
mainWindow->setNeedUpdateState(result);
commonButtonGroupWidget->needUpdateState(true);
waitAnimationWidget->hideWithStop();
@@ -157,10 +158,11 @@ void WidgetManager::setServerDisconnectState()
void WidgetManager::setUndoCurrentChangesState()
{
waitAnimationWidget->showWithPlay();
mainWindow->undoCurrentChanges();
updateWidget->hide();
commonButtonGroupWidget->showProgressBar(false);
waitAnimationWidget->showWithPlay();
//waitAnimationWidget->hideWithStop();
}
void WidgetManager::showMainFrame(bool flag)