mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 02:15:00 +00:00
Merge a29a35059b
into c5ad4b837d
This commit is contained in:
commit
80cc8698e1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace SourceGit.Views
|
|||
{
|
||||
var folder = selected[0];
|
||||
var folderPath = folder is { Path: { IsAbsoluteUri: true } path } ? path.LocalPath : folder?.Path.ToString();
|
||||
TxtLocation.Text = folderPath;
|
||||
TxtLocation.Text = folderPath.TrimEnd('\\');
|
||||
}
|
||||
}
|
||||
catch (Exception exception)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue