Skip to content

Commit

Permalink
Fixed cross-thread messagebox error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonno12345 committed Jul 10, 2018
1 parent 13e4ab9 commit 598683e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions TileIconifier.Core/Shortcut/ShortcutItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@ public string TargetFilePath
get
{
if (string.IsNullOrEmpty(_targetFilePath))
{
_targetFilePath = ShortcutUtils.GetTargetPath(ShortcutFileInfo.FullName);
}

return
Environment.ExpandEnvironmentVariables("%PATHEXT%").Split(';').Any(
e =>
Expand Down
4 changes: 2 additions & 2 deletions TileIconifier/Forms/Main/FrmMainMethods.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 598683e

Please sign in to comment.