fix: do forceLayoutChannelViews on font change (#6536)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user