feat(messages): restore scroll-to-bottom bar with snap decision

This commit is contained in:
2026-06-10 16:55:26 +02:00
parent dc51e295ea
commit c28e3f72a1
4 changed files with 143 additions and 2 deletions
+2
View File
@@ -125,6 +125,8 @@ internal sealed class MainWindow : Window
internal Components.HonorificHeader GetHonorificHeaderForSelfTest() => _honorific;
internal Components.MessageList GetMessageListForSelfTest() => _messages;
// new-shadow on Window.Toggle so the open path also writes Config —
// OnClose already covers the close path through the base behaviour.
public new void Toggle()