diff --git a/Opera/9.64/zz_opera_9.64_test.ahk b/Opera/9.64/zz_opera_9.64_test.ahk index f50e440..d662af1 100644 --- a/Opera/9.64/zz_opera_9.64_test.ahk +++ b/Opera/9.64/zz_opera_9.64_test.ahk @@ -29,6 +29,7 @@ params = 4.FlashPlayer 5.CloseDownload 6.speed_dial + 7.launch_widget ) @@ -65,6 +66,10 @@ if CheckParam() { #include speed_dial.ahk } + else if 1 = 7.launch_widget + { + #include launch_widget.ahk + } } } }