added openerrorlog and giteapage as shared goto

This commit is contained in:
2024-05-22 23:51:48 -04:00
parent 4ac3c76641
commit a5bc6225b6

View File

@@ -85,3 +85,21 @@ if(A_GuiControl = "PasteClipboardToFLSTags"){
Return Return
OpenErrorLog:
run, %ErrorLoggingFilePath%
Return
OpenGiteaPage:
if(ScriptAbbreviatedName = "FLS")
URL = https://freedomain.dev/yuriy/livestream-scheduler
if(ScriptAbbreviatedName = "FVU")
URL = https://freedomain.dev/yuriy/video-uploader
if(ScriptAbbreviatedName = "FSMP")
URL = https://freedomain.dev/yuriy/social-media-poster
run, %URL%
Return