File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public string CopyText
60
60
/// <remarks>GlyphInfo is prioritized if not null</remarks>
61
61
public string IcoPath
62
62
{
63
- get { return _icoPath ; }
63
+ get => _icoPath ;
64
64
set
65
65
{
66
66
// As a standard this property will handle prepping and converting to absolute local path for icon image processing
@@ -101,7 +101,6 @@ public string IcoPath
101
101
/// </summary>
102
102
public GlyphInfo Glyph { get ; init ; }
103
103
104
-
105
104
/// <summary>
106
105
/// An action to take in the form of a function call when the result has been selected.
107
106
/// </summary>
@@ -143,7 +142,7 @@ public string IcoPath
143
142
/// </summary>
144
143
public string PluginDirectory
145
144
{
146
- get { return _pluginDirectory ; }
145
+ get => _pluginDirectory ;
147
146
set
148
147
{
149
148
_pluginDirectory = value ;
You can’t perform that action at this time.
0 commit comments