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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
DialogResultresult=MessageBox.Show($"A newer version ({versionInfo.LatestVersion}) is available for download. Do you want to go to browser and download it?","TinyDRPC Update Available",MessageBoxButtons.YesNo,MessageBoxIcon.Information);
DialogResultresult=MessageBox.Show($"A newer version ({versionInfo.LatestVersion}) is available for download. Do you want to go to browser and download it?","TinyDRPC Update Available",MessageBoxButtons.YesNo,MessageBoxIcon.Information);
tinyDrpcNotifyIcon.BalloonTipText=$"A newer version ({versionInfo.LatestVersion}) is available for download. Click this notification to download now!";
75
+
tinyDrpcNotifyIcon.BalloonTipTitle="An update of TinyRDPC is available to download";
DialogResultresult=MessageBox.Show($"A newer version ({versionInfo.LatestVersion}) is available for download. Do you want to go to browser and download it?","TinyDRPC Update Available",MessageBoxButtons.YesNo,MessageBoxIcon.Information);
79
+
if(result==DialogResult.Yes)
80
+
{
81
+
newOpenBrowser(versionInfo.Download);
82
+
}
83
+
};
84
+
tinyDrpcNotifyIcon.ShowBalloonTip(5000);
85
+
}
86
+
}
87
+
}
88
+
}
89
+
catch(HttpRequestExceptionex)
90
+
{
91
+
checkUpdateBtn.Text="Got error during check update";
tinyDrpcNotifyIcon.BalloonTipText="TinyDRPC is minimized in the system tray; to open the main window, double-click on this icon; you only see this tip once. Enjoy!";
0 commit comments