made message grey out when user it timed out

This commit is contained in:
2018-01-01 23:29:54 +01:00
parent 3fc4ddea56
commit 330a79f6f1
12 changed files with 92 additions and 56 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ static const std::string &getSettingsPath()
void WindowManager::layoutVisibleChatWidgets(Channel *channel)
{
this->layout();
this->layout(channel);
}
void WindowManager::repaintVisibleChatWidgets(Channel *channel)