mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Use message date instead of file date.
This commit is contained in:
parent
b663edff09
commit
48687d443f
1 changed files with 1 additions and 1 deletions
|
@ -1020,7 +1020,7 @@ Document::Document(
|
|||
, _forceFileLayout(fields.forceFileLayout)
|
||||
, _date(langDateTime(base::unixtime::parse(fields.dateOverride
|
||||
? fields.dateOverride
|
||||
: _data->date)))
|
||||
: parent->date())))
|
||||
, _ext(_generic.ext)
|
||||
, _datew(st::normalFont->width(_date)) {
|
||||
_name.setMarkedText(
|
||||
|
|
Loading…
Add table
Reference in a new issue