-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
Refactor UWP class in Program plugin #1581
Conversation
} | ||
|
||
#region logo legacy | ||
// preserve for potential future use |
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.
what can we use this for in the future
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.
this part fills the background of the icon with background color in appmanifest.Technically background + color is the full icon that app developer want to show. onesounds removed it in preview pr. I move it here to avoid conflict. Still I feel like maybe we may need to look into it later so I just commented it.
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.
Ok sounds good
Changes
UWP
andUWP.Application
.ImageLoader
to load icons.ApplicationActivationHelper
interop.\Tests
CanRunElevated
specified in manifest.Todos