2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 23:15:59 +00:00

Moved out common default style entries from settings.

This commit is contained in:
23rd
2023-11-15 03:27:13 +03:00
parent acb1a7ccf2
commit 819020e515
39 changed files with 103 additions and 126 deletions

View File

@@ -718,9 +718,9 @@ NotifyPreview::NotifyPreview(bool nameShown, bool previewShown)
_logo.setDevicePixelRatio(ratio);
_name.setText(
st::settingsSubsectionTitle.style,
st::defaultSubsectionTitle.style,
tr::lng_notification_preview_title(tr::now));
_title.setText(st::settingsSubsectionTitle.style, AppName.utf16());
_title.setText(st::defaultSubsectionTitle.style, AppName.utf16());
_text.setText(
st::boxTextStyle,