diff --git a/Universal THCRAP Launcher/MainForm.cs b/Universal THCRAP Launcher/MainForm.cs index 9e1c356..e213270 100644 --- a/Universal THCRAP Launcher/MainForm.cs +++ b/Universal THCRAP Launcher/MainForm.cs @@ -728,7 +728,7 @@ private void NotifyIcon1_MouseClick(object sender, MouseEventArgs e) name = name.Replace("~", " ~").Trim(); } else name = item.Key.Trim(); - gameListBox.Items.Add(name ?? throw new InvalidOperationException()); + gameListBox.Items.Add(name); _displayNameToThxxDictionary.Add(name, item.Key); if (Favourites1.Games.Contains(item.Key)) _favoritesWithDisplayName.Add(name); diff --git a/Universal THCRAP Launcher/Resources/BuildDate.txt b/Universal THCRAP Launcher/Resources/BuildDate.txt index a947196..8f83442 100644 --- a/Universal THCRAP Launcher/Resources/BuildDate.txt +++ b/Universal THCRAP Launcher/Resources/BuildDate.txt @@ -1,2 +1,2 @@ -2019. 07. 01. 0:34:38,16 +2019. 07. 01. 0:37:48,13 Central Europe Standard Time \ No newline at end of file