change: set abort button to "Skip" when downloading game files

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-02-10 22:42:19 +05:00
parent 31971b2746
commit f59e5b2df9
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
4 changed files with 10 additions and 0 deletions

View file

@ -81,6 +81,7 @@ void InstanceCreationTask::executeTask()
if (!m_abort) {
setAbortable(true);
setAbortButtonText(tr("Skip"));
qDebug() << "Downloading game files";
auto updateTasks = m_instance->createUpdateTask();