mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
fix: mute exception
This commit is contained in:
parent
0e26b39faf
commit
79d6df2c01
1 changed files with 1 additions and 1 deletions
|
@ -2755,7 +2755,7 @@ void HistoryItem::setAyuHint(const QString &hint) {
|
|||
history()->owner().requestItemViewRefresh(this);
|
||||
history()->owner().requestItemResize(this);
|
||||
} catch (...) {
|
||||
LOG(("AyuGram: crash in setting hint"));
|
||||
DEBUG_LOG(("AyuGram: crash in setting hint"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue