-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Bug: Fixed issue where Rotate Image & Set as Wallpaper were sometimes not displayed #11813
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
Bug: Fixed issue where Rotate Image & Set as Wallpaper were sometimes not displayed #11813
Conversation
|
It might be better if the ViewModel would update the state itself so you don't have to call the method |
Once we're finished with implementing the actions, we can look into improving the way they access the context as well as the code it uses to execute the logic. |
What about an abstract parent |
This does not change the fact that the method |
Saving the result in a static property? |
I am not sure if that is possible, at least I couldn't get something like that to work |
# Conflicts: # src/Files.App/Actions/Content/ImageEdition/RotateLeftAction.cs # src/Files.App/Actions/Content/ImageEdition/RotateRightAction.cs
src/Files.App/Actions/Content/ImageEdition/RotateRightAction.cs
Outdated
Show resolved
Hide resolved
yaira2
left a comment
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
|
Please rename this too. Files/src/Files.App/Commands/CommandCodes.cs Lines 80 to 82 in 344a890
|
yaira2
left a comment
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
Closes Bug: IsExecutable for Set as Background action is broken #11810
Validation
How did you test these changes?