Manager: Fix controls in the update details dialog not working

This commit is contained in:
Alexander Babikov
2025-07-27 04:38:00 +05:00
parent 3e1c6d3dae
commit b42b735c25
4 changed files with 4 additions and 4 deletions

View File

@@ -183,7 +183,7 @@ VMManagerMainWindow::checkForUpdatesTriggered()
# ifdef RELEASE_BUILD
updateChannel = UpdateCheck::UpdateChannel::Stable;
# endif
const auto updateCheck = new UpdateCheckDialog(updateChannel);
const auto updateCheck = new UpdateCheckDialog(updateChannel, this);
updateCheck->exec();
}
#endif