|
|
@ -44,12 +44,10 @@ if(!status){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Status := DownloadLatestChromium()
|
|
|
|
Status := DownloadLatestChromium()
|
|
|
|
if(Status)
|
|
|
|
if(Status)
|
|
|
|
GuiControl,,ChromeUpdateAvailable, Chrome Up-to-Date
|
|
|
|
GuiControl,,ChromeUpdateAvailable, Chrome Up-to-Date
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return
|
|
|
|
Return
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -65,7 +63,17 @@ if(A_GuiControl = "PasteClipboardToSMPTitle"){
|
|
|
|
GuiControl,,PostTitle, %Clipboard%
|
|
|
|
GuiControl,,PostTitle, %Clipboard%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(A_GuiControl = "PasteClipboardToFLSTitle"){
|
|
|
|
|
|
|
|
GuiControl,,LivestreamTitle, %Clipboard%
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(A_GuiControl = "PasteClipboardToFLSDescription"){
|
|
|
|
|
|
|
|
GuiControl,,LivestreamDescription, %Clipboard%
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(A_GuiControl = "PasteClipboardToFLSTags"){
|
|
|
|
|
|
|
|
GuiControl,,LivestreamTags, %Clipboard%
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return
|
|
|
|
Return
|