Use subtype not group index

This commit is contained in:
Charles Ewert 2020-03-24 22:47:26 -04:00
parent c4f76d67b0
commit aa7f478bf8

View File

@ -434,7 +434,7 @@ sub RemoveCurrentGroup()
else
group.setFocus(true)
end if
if n = 2
if group.subtype() = "Home" then
' refresh home page
group.callFunc("refresh")
end if