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

@@ -117,6 +117,11 @@ void UpdateNotifyWidget::on_startWithCurrentChangesButton_clicked()
emit sigStartUnityClient();
}
void UpdateNotifyWidget::closeWindow()
{
on_closeButton_clicked();
}
void UpdateNotifyWidget::setUpdateState()
{
ui->undoChangesButton->show();