mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Use new toast style structure.
This commit is contained in:
@@ -828,7 +828,7 @@ void ForwardsPrivacyController::PaintForwardedTooltip(
|
||||
}
|
||||
Unexpected("Option value in ForwardsPrivacyController.");
|
||||
}();
|
||||
const auto &font = st::toastTextStyle.font;
|
||||
const auto &font = st::defaultToast.style.font;
|
||||
const auto textWidth = font->width(text);
|
||||
const auto arrowSkip = st::settingsForwardPrivacyArrowSkip;
|
||||
const auto arrowSize = st::settingsForwardPrivacyArrowSize;
|
||||
|
Reference in New Issue
Block a user