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