-
Notifications
You must be signed in to change notification settings - Fork 3
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
Export game shortcuts #9
Comments
You may have missed that single-game shortcut to Desktop is already implemented. |
Yes, I have missed that. But still in the future we should probably support exporting all icons |
FYI, this is what I'm currently working on. As a first step I've got a working file/folder browser using the existing navigation framework. I expect we may need such a browser for other features (maybe e.g., adding a game from within the app). I'm trying not to make things too ugly in the process, but it's clear there's going to need to be a refactor at some point. |
Okay, that's good. |
This is somewhat complete since this commit was pulled, though I'd like to add the ability to manually type a path into the folder browser. |
The app should allow the user to export multiple games as shortcuts to a given location. Initially, the implementation would only work on single games or a folder (eg. steam) but in the future it could handle selecting multiple games a a time (would need additional features in navigation mode)
The text was updated successfully, but these errors were encountered: