0.9.9.6 (Bug fixes)

0.9.9.6 (Bug fixes)
This commit is contained in:
AiiR
2019-12-11 00:05:07 -05:00
parent 5d97d944a7
commit a4d8289063
5 changed files with 942 additions and 7 deletions

View File

@@ -123,7 +123,7 @@ namespace QobuzDownloaderX
}
}
}
catch (Exception ex)
catch
{
DialogResult dialogResult = MessageBox.Show("Connection to GitHub to check for an update has failed.\r\nWould you like to check for an update manually?\r\n\r\nYour current version is " + Assembly.GetExecutingAssembly().GetName().Version.ToString(), "QBDLX | GitHub Connection Failed", MessageBoxButtons.YesNo);
if (dialogResult == DialogResult.Yes)