From 5fdb9174184ff653a4298f87eb66700288caebd0 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 20 Dec 2025 22:55:04 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 5 +++++ 1 file changed, 5 insertions(+) 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