This commit is contained in:
Thorsten Sommer 2024-11-10 21:33:54 +01:00
parent 9fa2a1a135
commit d7f918c3d1
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -40,7 +40,7 @@ public sealed class ContentText : IContent
if(chatThread is null) if(chatThread is null)
return; return;
// Store the last time we got a response. We use this ater // Store the last time we got a response. We use this later
// to determine whether we should notify the UI about the // to determine whether we should notify the UI about the
// new content or not. Depends on the energy saving mode // new content or not. Depends on the energy saving mode
// the user chose. // the user chose.