2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Display dates with the system date format

This commit is contained in:
CoderTimZ
2021-10-06 22:37:42 -07:00
committed by John Preston
parent 041c922451
commit c9e24c2283
14 changed files with 33 additions and 15 deletions

View File

@@ -47,6 +47,7 @@ QByteArray gLocalSalt;
int gScreenScale = style::kScaleAuto;
int gConfigScale = style::kScaleAuto;
QString gDateFormat = qsl("dd.MM.yy");
QString gTimeFormat = qsl("hh:mm");
RecentStickerPreload gRecentStickersPreload;