Skip to content

Commit ea7c181

Browse files
committed
Toast adjusts
1 parent af99302 commit ea7c181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

FetchXmlBuilder/DockControls/AiChatControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ private void HandlingResponseFromAi(ChatResponse response)
401401
fxb,
402402
$"AiChatControl",
403403
$"FetchXML Builder AI Chat has answered!",
404-
$"{provider} {model} was thinking in {callingstopwatch.Elapsed.ToSmartString()}.\n\nClick to read my thoughts!",
404+
$"{provider} {model} was thinking in{Environment.NewLine}{callingstopwatch.Elapsed.ToSmartStringLong()}.{Environment.NewLine}{Environment.NewLine}Click to read my thoughts!",
405405
response.Text,
406406
logo: "https://rappen.github.io/Tools/Images/Robot100.png");
407407
}

FetchXmlBuilder/FXBQueries.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ internal void HandleRetrieveMultipleResult(object result)
373373
this,
374374
$"result-{settings.ExecuteOptions.ResultOutput}",
375375
$"FetchXML Builder executed.",
376-
$"Retrieved {queryinfo.Results.Entities.Count} {entitydisplayname} records\nin {queryinfo.Elapsed.ToSmartString()}.\n\nClick to see the results!",
376+
$"Retrieved {queryinfo.Results.Entities.Count} {entitydisplayname} records in{Environment.NewLine}{queryinfo.Elapsed.ToSmartStringLong()}.{Environment.NewLine}{Environment.NewLine}Click to see the results!",
377377
logo: "https://rappen.github.io/Tools/Images/FXB150.png");
378378
}
379379
switch (settings.ExecuteOptions.ResultOutput)

0 commit comments

Comments
 (0)