mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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().requestItemViewRefresh(this);
|
||||||
history()->owner().requestItemResize(this);
|
history()->owner().requestItemResize(this);
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
LOG(("AyuGram: crash in setting hint"));
|
DEBUG_LOG(("AyuGram: crash in setting hint"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue