fix(build): ShowBalloon must be public (called from UMainForm)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
r-zakarya
2026-07-12 05:12:23 +01:00
parent aab0b14be4
commit 9a72fc0424
+2 -2
View File
@@ -125,12 +125,12 @@ type
procedure PrepareNid; procedure PrepareNid;
procedure ShowTrayMenu; procedure ShowTrayMenu;
procedure ShowFirstTimeBalloon; procedure ShowFirstTimeBalloon;
function FindFMXAppWindow: HWND;
public
// Tray balloon (gated by the "Show tray notifications" setting). Used // Tray balloon (gated by the "Show tray notifications" setting). Used
// for messages the user must see while the window is hidden — e.g. an // for messages the user must see while the window is hidden — e.g. an
// autofill blocked by an elevated target. // autofill blocked by an elevated target.
procedure ShowBalloon(const ATitle, AText: string; AWarning: Boolean = False); procedure ShowBalloon(const ATitle, AText: string; AWarning: Boolean = False);
function FindFMXAppWindow: HWND;
public
constructor Create(AMainForm: TForm); constructor Create(AMainForm: TForm);
destructor Destroy; override; destructor Destroy; override;
// Hide main window and show tray icon. AClearClipboard defaults to // Hide main window and show tray icon. AClearClipboard defaults to