Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File chooser dialog ignores drive Z #1513

Closed
squash opened this issue Nov 6, 2020 · 2 comments
Closed

File chooser dialog ignores drive Z #1513

squash opened this issue Nov 6, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@squash
Copy link

squash commented Nov 6, 2020

for i := 0; i < 24; i++ {

Unless I'm reading this wrong, it's only looking at the first 25 letters and ignoring Z:, which is the default for a mapped network drive.

@andydotxyz
Copy link
Member

I think it's probably a typo that should read 26 - it is missing Y and Z if I read it correctly

@andydotxyz andydotxyz added the bug Something isn't working label Nov 6, 2020
@andydotxyz
Copy link
Member

Fixed on release/v1.4.x branch, will release in v1.4.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants