Fix QAsyncFileDialog crash on some platform #620
Compare changes
+ 4
− 1
@@ -13,7 +14,9 @@ class QAsyncFileDialog:
Created by: vtexier
Normal QFiledialog is ok, but async QFiledialog does not work on some platform if DontUseNativeDialog=True
Tests passed.