This commit is contained in:
Ihor 2025-06-20 23:50:43 +03:00 committed by GitHub
commit 80cc8698e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)