mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
fixed mail links in Win10, include muted chats in the unread badge setting, shared links overview and search, version 0.8.53.dev
This commit is contained in:
@@ -1843,6 +1843,12 @@ namespace App {
|
||||
prepareCorners(BotKeyboardCorners, st::msgRadius, st::botKbBg);
|
||||
prepareCorners(BotKeyboardOverCorners, st::msgRadius, st::botKbOverBg);
|
||||
prepareCorners(BotKeyboardDownCorners, st::msgRadius, st::botKbDownBg);
|
||||
prepareCorners(PhotoSelectOverlayCorners, st::msgRadius, st::overviewPhotoSelectOverlay);
|
||||
|
||||
prepareCorners(DocRedCorners, st::msgRadius, st::mvDocRedColor);
|
||||
prepareCorners(DocYellowCorners, st::msgRadius, st::mvDocYellowColor);
|
||||
prepareCorners(DocGreenCorners, st::msgRadius, st::mvDocGreenColor);
|
||||
prepareCorners(DocBlueCorners, st::msgRadius, st::mvDocBlueColor);
|
||||
|
||||
prepareCorners(MessageInCorners, st::msgRadius, st::msgInBg, &st::msgInShadow);
|
||||
prepareCorners(MessageInSelectedCorners, st::msgRadius, st::msgInSelectBg, &st::msgInSelectShadow);
|
||||
|
Reference in New Issue
Block a user