Skip to content

Commit

Permalink
Merge pull request #218 from rcmaehl/0.8.0.0-dev
Browse files Browse the repository at this point in the history
Readd Google Blacklist link
  • Loading branch information
rcmaehl committed Oct 27, 2022
2 parents e95c24b + b791dbe commit 01fb735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MSEdgeRedirect_Wrapper.au3
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ Func RunSetup($bUpdate = False, $bSilent = False, $iPage = 0, $hSetupFile = @Scr
Local $hAppLnk = GUICtrlCreateCheckbox("Create Start Menu Shortcuts", 20, 220, 190, 20)
GUICtrlSetState(-1, $GUI_CHECKED)
Local $hDonate = GUICtrlCreateCheckbox("Donate to the Project via PayPal", 20, 240, 190, 20)
Local $hHelpUs = GUICtrlCreateCheckbox("Help us get off Google's Blacklist", 20, 260, 190, 20)

GUISwitch($hInstallGUI)
#EndRegion
Expand Down Expand Up @@ -669,6 +670,7 @@ Func RunSetup($bUpdate = False, $bSilent = False, $iPage = 0, $hSetupFile = @Scr
Case $hExit
If _IsChecked($hAppLnk) Then SetAppShortcuts($aConfig, $aSettings)
If _IsChecked($hDonate) Then ShellExecute("https://paypal.me/rhsky")
If _IsChecked($hHelpUs) Then ShellExecute("https://safebrowsing.google.com/safebrowsing/report_error/?url=https://github.com/rcmaehl/MSEdgeRedirect")
If Not $aConfig[$vMode] And _IsChecked($hLaunch) Then
If $aSettings[$bNoTray] Then $sArgs = "/hide"
ShellExecute(@LocalAppDataDir & "\MSEdgeRedirect\MSEdgeRedirect.exe", $sArgs, @LocalAppDataDir & "\MSEdgeRedirect\")
Expand Down

0 comments on commit 01fb735

Please sign in to comment.