Skip to content

Commit

Permalink
新增历史记录隐藏不通知的群组
Browse files Browse the repository at this point in the history
  • Loading branch information
iwxyi committed Jan 11, 2023
1 parent 30850e7 commit c966d63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ void MainWindow::showHistoryListMenu()
{
const QList<MsgBean>& msgs = msgsl.at(i);
const MsgBean& msg = msgs.last();

if (!us->showDisabledGroup && msg.isGroup() && !us->enabledGroups.contains(msg.groupId))
continue;

QString name;
QPixmap pixmap;
AccountInfo::CardColor cc;
Expand Down

0 comments on commit c966d63

Please sign in to comment.