QML 5.15 FileDialog - "folder: shortcuts.home" is using 95% of application runtime, based on profiler. Windows 10
-
Something called, "shortcuts", should not be dragging down the application, no matter what the reason. Yes, I realize it is connected to network drive access, but how can I disable shortcuts? There really is no reason we need it in our application. We know where we expect files to be, we know where we want to create them, we know what folders exist. Yet it would appear that these shortcuts that are bogging down the application will continue to do so as long as we use FileDialog.
(And, yes, it is truly pitiful that a company that has held...though for no apparent good reason...market dominance for decades is so truly bad at this. Talking about MS, BTW. Yes, the same issue can be seen with File Explorer, but the question is how can I write around it in QML/Qt?)