From 9a72fc0424587f4b760410eedb7a7c2a815f0a85 Mon Sep 17 00:00:00 2001 From: r-zakarya <82443831+r-zakarya@users.noreply.github.com> Date: Sun, 12 Jul 2026 05:12:23 +0100 Subject: [PATCH] fix(build): ShowBalloon must be public (called from UMainForm) Co-Authored-By: Claude Opus 4.8 --- delphi-backend/Source/PM.Bridge.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/delphi-backend/Source/PM.Bridge.pas b/delphi-backend/Source/PM.Bridge.pas index 387dea7..91be884 100644 --- a/delphi-backend/Source/PM.Bridge.pas +++ b/delphi-backend/Source/PM.Bridge.pas @@ -125,12 +125,12 @@ type procedure PrepareNid; procedure ShowTrayMenu; procedure ShowFirstTimeBalloon; + function FindFMXAppWindow: HWND; + public // Tray balloon (gated by the "Show tray notifications" setting). Used // for messages the user must see while the window is hidden — e.g. an // autofill blocked by an elevated target. procedure ShowBalloon(const ATitle, AText: string; AWarning: Boolean = False); - function FindFMXAppWindow: HWND; - public constructor Create(AMainForm: TForm); destructor Destroy; override; // Hide main window and show tray icon. AClearClipboard defaults to