mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
fix: crash when open external tool drop down menu
This commit is contained in:
parent
111bf2966a
commit
d873f21b6a
5 changed files with 12 additions and 13 deletions
|
@ -1,12 +1,11 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace SourceGit.Models
|
||||
{
|
||||
public class ExternalEditor
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public Uri Icon { get; set; } = null;
|
||||
public string Icon { get; set; } = string.Empty;
|
||||
public string Executable { get; set; } = string.Empty;
|
||||
public string OpenCmdArgs { get; set; } = string.Empty;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue