mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix Import Scanner Cancel not allowing import again
This commit is contained in:
parent
bc06d48b20
commit
4e07049591
@ -958,7 +958,10 @@ void MainWindow::on_action_Import_Data_triggered()
|
|||||||
|
|
||||||
QList<ImportPath> datacards = detectCPAPCards();
|
QList<ImportPath> datacards = detectCPAPCards();
|
||||||
|
|
||||||
if (importScanCancelled) return;
|
if (importScanCancelled) {
|
||||||
|
in_import = false;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
QList<MachineLoader *>loaders = GetLoaders(MT_CPAP);
|
QList<MachineLoader *>loaders = GetLoaders(MT_CPAP);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user