Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
now you can double click to launch the script
  • Loading branch information
etofok committed Jun 14, 2024
1 parent 065328f commit c519d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dota 2 Queue-n-Go.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Tooltip_Hotkey_ScriptHotkeys := ReplaceModifiers(Hotkey_ScriptHotkeys)
Menu, Tray, NoStandard

Menu, Tray, Add, %currentVersion%, menublank
Menu, Tray, Default, %currentVersion%
Menu, Tray, Disable, %currentVersion%

Menu, Tray, Add, etofok Link Tree >>, LinkTree
Menu, Tray, Add,
Menu, Tray, Add, Run 'Queue-And-Go'`t[%Tooltip_Hotkey_QueueAndGo%], QueueAndGo
Menu, Tray, Default, Run 'Queue-And-Go'`t[%Tooltip_Hotkey_QueueAndGo%]
Menu, Tray, Add, Reload / Stop`t[%Tooltip_Hotkey_ScriptReload%], ScriptReload
Menu, Tray, Add,
Menu, Tray, Add, Change Hotkeys, ScriptHotkeys
Expand Down

0 comments on commit c519d77

Please sign in to comment.