tgalpha
tgalpha
Set the initialDirectory with SetFolder instead of SetDefaultFolder https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-ifiledialog-setdefaultfolder https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-ifiledialog-setfolder Fixes flutter/flutter#102706 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting...
- **Poetry version**: 1.3.1 - **Python version**: 3.9.9 - **OS version and name**: Windows10 1909 - **pyproject.toml**: Enable `experimental.system-git-client` is needed to reproduce this issue. ```toml [tool.poetry] name = "poetry-playground"...