mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Moved DBINotifyView to Core::Settings.
This commit is contained in:
@@ -902,7 +902,8 @@ bool Notification::canReply() const {
|
||||
return !_hideReplyButton
|
||||
&& (_item != nullptr)
|
||||
&& !Core::App().passcodeLocked()
|
||||
&& (Core::App().settings().notifyView() <= dbinvShowPreview);
|
||||
&& (Core::App().settings().notifyView()
|
||||
<= Core::Settings::NotifyView::ShowPreview);
|
||||
}
|
||||
|
||||
void Notification::unlinkHistoryInManager() {
|
||||
|
Reference in New Issue
Block a user