cleanflash: Update to 34.0.0.282

This commit is contained in:
darktohka
2023-03-07 23:35:56 +02:00
parent d2707e3e7e
commit 2a9a812715
7 changed files with 42 additions and 41 deletions
+1 -5
View File
@@ -114,11 +114,7 @@ namespace CleanFlashUninstaller {
}
private void completeLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {
if (e.Link.Start == 212) {
Process.Start("https://classic.waterfox.net");
} else {
Process.Start("https://gitlab.com/cleanflash/installer#clean-flash-player");
}
Process.Start("https://gitlab.com/cleanflash/installer#clean-flash-player");
}
private void copyErrorButton_Click(object sender, EventArgs e) {