-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fix: Fixed issue with creating shortcuts in libraries #10913
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
Fix: Fixed issue with creating shortcuts in libraries #10913
Conversation
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.
LGTM and it works!
This fix should be added also when CreateShortcutDialogViewModel
is instantiated (added in #10879)
I think it might be worth creating a method that returns CurrentPath
(WorkingDirectory
or DefaultSaveLibrary
) since it might be needed in other parts of the code too
src/Files.App/Interacts/BaseLayoutCommandImplementationModel.cs
Outdated
Show resolved
Hide resolved
Can you fix this? Otherwise we would need a different PR to fix the same bug |
…Files into fix_library_shortcut
Done. |
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.
LGTM
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Resolved / Related Issues
Items resolved / related issues by this PR.
Validation
How did you test these changes?