Get 'correct' shortcut icon w/o shortcut arrow#247
Open
gitbot-v-60 wants to merge 1 commit into
Open
Conversation
Get the 'correct' shortcut icon without the shortcut arrow.
Change to avoid getting a different icon than the one selected on shortcut
For example, try to add "Computer manager" shortcut under
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\"
without this change another icon is added to the app !! :(
|
Yes, please. I would also appreciate this feature as I am constantly having to write python codes to open said applications; then use Pyinstaller to make exe files- then a shortcut to said exe file; which seems to get rid of the arrow for whatever reason. I also tried going into the registry and changing the info to do so as well, however, it became confusing when I was actually looking for a shortcut in file explorer as editing it from the registry gets rid of the arrows on all shortcut files so I deleted my update to registry and began the python+pyinstaller method previously stated. |
Contributor
|
Chuck a pull into https://github.com/PikeNote/taskbar-groups-pike-beta/releases and i'll review + merge it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Get the 'correct' shortcut icon without the shortcut arrow.
Change to avoid getting a different icon than the one selected on shortcut
For example, try to add "Computer manager" shortcut under
without this change another icon is added to the app !! :(