File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 <!-- Condition
3535 below is needed to remove Avalonia.Diagnostics package from build output in Release
3636 configuration.-->
37- <PackageReference Include =" MattEqualsCoder.AppImageDesktopFileCreator" Version =" 0.3.4 " />
37+ <PackageReference Include =" MattEqualsCoder.AppImageDesktopFileCreator" Version =" 0.3.5 " />
3838 <PackageReference Include =" MattEqualsCoder.AvaloniaControls" Version =" 1.9.1" />
3939 <PackageReference Include =" MattEqualsCoder.GitHubReleaseChecker" Version =" 1.1.3" />
4040 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.9" />
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public MsuWindowViewModel InitializeModel()
8888 Model . DisplaySettingsWindowOnLoad = Model is { MsuWindowDisplayOptionsButton : true , HasMsuFolder : false } ;
8989
9090 if ( OperatingSystem . IsLinux ( ) && Model . MsuWindowDisplayOptionsButton && ! userOptions . MsuUserOptions . SkipDesktopFile &&
91- ! DesktopFileCreator . CheckIfDesktopFileExists ( "org.mattequalscoder.msurandomizer" ) )
91+ ! DesktopFileCreator . DoesDesktopFileExist ( "org.mattequalscoder.msurandomizer" ) )
9292 {
9393 Model . DisplayDesktopPopupOnLoad = true ;
9494 }
You can’t perform that action at this time.
0 commit comments