X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.cpp;h=26c904821e8b1fcb2f47bfe06175748a889ddc32;hp=2e505a69d437659973d7527054601e7194f467c0;hb=7f8c674b003c9f48c1c11cd7dee257a807f99d7c;hpb=a4f9e0b4ddaa983484dc56964f4320382719a02c diff --git a/src/qtui/qtuistyle.cpp b/src/qtui/qtuistyle.cpp index 2e505a69..26c90482 100644 --- a/src/qtui/qtuistyle.cpp +++ b/src/qtui/qtuistyle.cpp @@ -81,6 +81,7 @@ void QtUiStyle::generateSettingsQss() const { << msgTypeQss("info", "ServerMsg", s) << msgTypeQss("error", "ErrorMsg", s) << msgTypeQss("daychange", "ServerMsg", s) + << msgTypeQss("topic", "CommandMsg", s) << "\n"; }