fix: more force relayout on timeout/clear/delete (#5854)

This commit is contained in:
pajlada
2025-01-25 11:42:55 +01:00
committed by GitHub
parent 16aec8eac1
commit 3214e0a80b
6 changed files with 26 additions and 22 deletions
+3
View File
@@ -144,6 +144,9 @@ WindowManager::WindowManager(const Paths &paths, Settings &settings,
this->forceLayoutChannelViewsListener.add(settings.boldUsernames);
this->forceLayoutChannelViewsListener.add(
settings.showBlockedTermAutomodMessages);
this->forceLayoutChannelViewsListener.add(settings.hideModerated);
this->forceLayoutChannelViewsListener.add(
settings.streamerModeHideModActions);
this->layoutChannelViewsListener.add(settings.timestampFormat);
this->layoutChannelViewsListener.add(fonts.fontChanged);