fix: do forceLayoutChannelViews on font change (#6536)

This commit is contained in:
teknsl
2025-10-25 14:12:05 +02:00
committed by GitHub
parent 6873b540b1
commit 8ad6bbc393
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -163,9 +163,9 @@ WindowManager::WindowManager(const Args &appArgs_, const Paths &paths,
settings.streamerModeHideModActions);
this->forceLayoutChannelViewsListener.add(
settings.streamerModeHideRestrictedUsers);
this->forceLayoutChannelViewsListener.add(fonts.fontChanged);
this->layoutChannelViewsListener.add(settings.timestampFormat);
this->layoutChannelViewsListener.add(fonts.fontChanged);
this->invalidateChannelViewBuffersListener.add(settings.alternateMessages);
this->invalidateChannelViewBuffersListener.add(settings.separateMessages);