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