refactor: setAbortStatus -> setAbortable
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
9eb35ea7c8
commit
be8c6f218c
6 changed files with 9 additions and 9 deletions
|
@ -252,7 +252,7 @@ bool ModrinthCreationTask::createInstance()
|
|||
loop.exec();
|
||||
|
||||
if (m_instance && ended_well) {
|
||||
setAbortStatus(false);
|
||||
setAbortable(false);
|
||||
auto inst = m_instance.value();
|
||||
|
||||
inst->copyManagedPack(instance);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue