mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-12 18:31:37 +08:00
cleanflash: Recommend Waterfox when installing
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user