mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Test if lastpath exists before adding it to path scan
This commit is contained in:
parent
463836f696
commit
cd40fc9a9e
@ -914,6 +914,7 @@ QList<ImportPath> MainWindow::detectCPAPCards()
|
||||
qDebug() << "Drive list size:" << AutoScannerPaths.size();
|
||||
|
||||
if ( (lastpath.size()>0) && ( ! AutoScannerPaths.contains(lastpath))) {
|
||||
if (QFile(lastpath).exists())
|
||||
AutoScannerPaths.insert(0, lastpath);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user