You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,7 +75,7 @@ public void OnInstallCompleted(ProcessStartInfo selfUpdater = null)
75
75
76
76
publicvoidOnInstallFailed(stringerror)
77
77
{
78
-
MessageBox.Show($"Failed to update EasyERPMod {updateInfo.Version}! Please try again later.\n\n{error}",Name,MessageBoxButton.OK,MessageBoxImage.Error);
78
+
MessageBox.Show($"Failed to update EasyERPMod {updateInfo.Version}! Please try again later.\n\n{error}",Title,MessageBoxButton.OK,MessageBoxImage.Error);
0 commit comments