Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6095c4

Browse files
committed
fix nullref if selected unity version is not available and tried to search updates
1 parent104fd99 commitf6095c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎UnityLauncherPro/MainWindow.xaml.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ async void GoLookForUpdatesForThisUnity()
796796
awaitCallGetUnityUpdates();
797797

798798
varunity=GetSelectedUnity();
799-
if(unity==null)return;
799+
if(unity==null||string.IsNullOrEmpty(unity.Version)==true)return;
800800

801801
if(dataGridUpdates.ItemsSource!=null)
802802
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp