Skip to content

Commit

Permalink
fix: chinese folder name error
Browse files Browse the repository at this point in the history
  • Loading branch information
randolfly committed Nov 7, 2024
1 parent b223c7c commit 39c3dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwincatToolbox/Controls/LogConfigViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private async Task SelectFolder() {
{
Debug.WriteLine(file.Path);
}
LogFolder = files[0]?.Path.AbsolutePath ?? string.Empty;
LogFolder = files[0]?.Path.LocalPath ?? string.Empty;
}
}

Expand Down

0 comments on commit 39c3dd7

Please sign in to comment.