cleanflash: Recommend Waterfox when installing

This commit is contained in:
Disyer
2022-06-17 09:43:17 +03:00
parent 961500f2d6
commit 3a2615c988
3 changed files with 90 additions and 91 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ namespace CleanFlashUninstaller {
private void completeLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {
if (e.Link.Start == 212) {
Process.Start("https://basilisk-browser.org");
Process.Start("https://classic.waterfox.net");
} else {
Process.Start("https://cleanflash.github.io");
}