Skip to content

Commit 682a9ee

Browse files
committed
update title for send_program_notification()
1 parent 5c1a6ea commit 682a9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/CommonFramework/Exceptions/ScreenshotException.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void ScreenshotException::send_notification(ProgramEnvironment& env, EventNotifi
108108
send_program_notification(
109109
env, notification,
110110
color(),
111-
name(),
111+
title,
112112
std::move(embeds), "",
113113
screenshot_view()
114114
);

0 commit comments

Comments
 (0)