Skip to content

Commit

Permalink
Update AutoWall.au3
Browse files Browse the repository at this point in the history
  • Loading branch information
SegoCode committed Jun 17, 2021
1 parent 7e861de commit f2b057e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AutoWall.au3
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ $resetb = GUICtrlCreateButton("Reset", 432, 40, 75, 25)
$browseb = GUICtrlCreateButton("Browse", 352, 40, 75, 25)
$inputPath = GUICtrlCreateInput("", 8, 8, 417, 25)
$winStart = GUICtrlCreateCheckbox("Set on windows startup", 8, 40, 137, 25)
Opt("TrayMenuMode", 3)
TrayCreateItem("Version: 1.6", -1, -1, 0)
Opt("TrayMenuMode", 1)
Opt("TrayOnEventMode", 1)
#endregion ### END Koda GUI section ###

Expand Down

0 comments on commit f2b057e

Please sign in to comment.