File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public class SelectionItem<T> : ISelectionItem
77{
88 public T Value { get ; }
99 public string Label { get ; }
10- public bool ShouldSelect { get ; }
10+ public bool ShouldSelect { get ; set ; }
1111
1212 public event PropertyChangedEventHandler ? PropertyChanged ;
1313
Original file line number Diff line number Diff line change 88 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
99 <EnableWindowsTargeting >true</EnableWindowsTargeting >
1010 <PackageId >Nickvision.Desktop</PackageId >
11- <Version >2026.2.3 </Version >
11+ <Version >2026.2.4 </Version >
1212 <Company >Nickvision</Company >
1313 <Authors >Nickvision</Authors >
1414 <Description >A cross-platform base for Nickvision desktop applications.</Description >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public static DeploymentMode DeploymentMode
5252 /// <summary>
5353 /// The application executable's path.
5454 /// </summary>
55- public static string ExecutingPath => ! string . IsNullOrEmpty ( Assembly . GetEntryAssembly ( ) ! . Location ) ? Assembly . GetEntryAssembly ( ) ! . Location : global ::System . Environment . GetCommandLineArgs ( ) [ 0 ] ;
55+ public static string ExecutingPath => Path . GetFullPath ( global ::System . Environment . ProcessPath ! ) ;
5656
5757 /// <summary>
5858 /// The list of directories in the PATH variable.
You can’t perform that action at this time.
0 commit comments