fix: select library screen skipped even we have 2+ libraries
This commit is contained in:
@@ -72,6 +72,7 @@ void AppController::updateLibraries()
|
||||
libraryObj["name"].toString(),
|
||||
libraryObj["uuid"].toString()));
|
||||
}
|
||||
emit librariesLoaded(array.count());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user