mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
ux: add icons for external merge tools
This commit is contained in:
parent
f0e0c90621
commit
17fc7ab994
13 changed files with 68 additions and 31 deletions
|
@ -228,7 +228,7 @@ namespace SourceGit.Native
|
|||
// There are two versions of PowerShell : pwsh.exe (preferred) and powershell.exe (system default)
|
||||
private string ChoosePowerShell()
|
||||
{
|
||||
if (!string.IsNullOrEmpty(_powershellPath))
|
||||
if (!string.IsNullOrEmpty(_powershellPath))
|
||||
return _powershellPath;
|
||||
|
||||
var localMachine = Microsoft.Win32.RegistryKey.OpenBaseKey(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue