gui: minor cleanup in export_subscription()

This commit is contained in:
pythcoiner 2025-03-02 12:17:27 +01:00
parent 3513226af0
commit aa0c5d303a
No known key found for this signature in database
GPG Key ID: C1048AEEDF303B88

View File

@ -394,11 +394,9 @@ pub fn export_subscription(
let _ = output.send(msg).await;
continue;
}
// => release handle lock
state.handle = Some(handle);
sleep(time::Duration::from_millis(100)).await;
let _ = output.send(ExportProgress::None).await;
}
})
}