Skip to content

Commit f2b057e

Browse files
committed
Update AutoWall.au3
1 parent 7e861de commit f2b057e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AutoWall.au3

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ $resetb = GUICtrlCreateButton("Reset", 432, 40, 75, 25)
2323
$browseb = GUICtrlCreateButton("Browse", 352, 40, 75, 25)
2424
$inputPath = GUICtrlCreateInput("", 8, 8, 417, 25)
2525
$winStart = GUICtrlCreateCheckbox("Set on windows startup", 8, 40, 137, 25)
26-
Opt("TrayMenuMode", 3)
27-
TrayCreateItem("Version: 1.6", -1, -1, 0)
26+
Opt("TrayMenuMode", 1)
2827
Opt("TrayOnEventMode", 1)
2928
#endregion ### END Koda GUI section ###
3029

0 commit comments

Comments
 (0)