diff --git a/samy.ps1 b/samy.ps1 index 490e4e0..46bda2b 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -773,11 +773,16 @@ function Get-SamyTasks { # Page → which tab/page it appears on + + $Global:SamyTasks = Get-SamyTasks -Url $Script:SamyTasksUrl if (-not $Global:SamyTasks) { throw "SAMY cannot continue: failed to load tasks from $Script:SamyTasksUrl" } +Write-LogHybrid "Tooltip type check running. Tasks loaded: $($Global:SamyTasks.Count)" Info UI -LogToEvent + + # DEBUG: detect any Tooltip that is an array/list (will cause "mega-tooltips") $Global:SamyTasks | ForEach-Object { if ($_.PSObject.Properties.Name -contains 'Tooltip' -and