fix(PackProfile): overwrite update task when it has different network mode

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-03-19 10:54:15 +05:00
parent 04786023b0
commit cd006d642b
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
4 changed files with 16 additions and 2 deletions

View file

@ -74,6 +74,11 @@ bool ComponentUpdateTask::abort()
return aborted;
}
Net::Mode ComponentUpdateTask::netMode()
{
return d->netmode;
}
void ComponentUpdateTask::executeTask()
{
qCDebug(instanceProfileResolveC) << "Loading components";