-
-
Notifications
You must be signed in to change notification settings - Fork 479
Pick local files with file picker for Game Image #4468
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
base: main
Are you sure you want to change the base?
Pick local files with file picker for Game Image #4468
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
src/frontend/screens/Library/components/InstallModal/SideloadDialog/index.tsx
Show resolved
Hide resolved
Hi! Thanks for tackling this issue. One small thing, can you update the text inside the input? |
Hi @flavioislima, I have updated the text inside the input |
It may be a good idea to explicitly copy the image to some Heroic owned location. I imagine in cases like flatpak, Heroic may not have constant access to the location user selected |
I wonder if this could happen if the app had access to pick the file at first. So unless that permission is revoked manually, I don't think that could happen, right? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Looks good, still need testing though.
@flavioislima Not really, this can happen in every-day use. If the location is not accessible, the file picker will temporarily grant access to it through the portal, and make the file accessible in runtime location like |
Hey, I have added the ability to pick local files with file picker for Game Image (issue #4464)
Use the following Checklist if you have changed something on the Backend or Frontend: