Fix QSplitter and TitleBar StyleSheet.

This commit is contained in:
Phenom 2021-11-12 19:28:48 +01:00
parent 53dfa67d78
commit 1146a0bf27
5 changed files with 28 additions and 47 deletions

View file

@ -381,7 +381,7 @@ void ChatWidget::init(const ChatId &chat_id, const QString &title)
hist_chat_type = RS_HISTORY_TYPE_PUBLIC;
messageCount = Settings->getPublicChatHistoryCount();
ui->titleBarFrame->setVisible(false);
ui->headerBFrame->setVisible(false);
}
if (rsHistory->getEnable(hist_chat_type))