-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Enable auto night mode by default. - Use muted chats folder badge in horizontal strip. - Fix custom userpic context menu in comments and topics. - Fix scrolling of chats folders together with the list. - Fix chats folders list disappearing in some cases. - Fix topic groups in share box with chats folders. - Fix bot commands list in some groups. - Fix crash in channel short info box display. - Fix crash in bot monetization section opening. - Fix crash in bot sponsored messages destruction.
- Loading branch information
1 parent
7cb26ba
commit 067fd25
Showing
9 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
AppVersion 5007003 | ||
AppVersion 5007004 | ||
AppVersionStrMajor 5.7 | ||
AppVersionStrSmall 5.7.3 | ||
AppVersionStr 5.7.3 | ||
AppVersionStrSmall 5.7.4 | ||
AppVersionStr 5.7.4 | ||
BetaChannel 1 | ||
AlphaVersion 0 | ||
AppVersionOriginal 5.7.3.beta | ||
AppVersionOriginal 5.7.4.beta |
Submodule lib_ui
updated
10 files
+3 −3 | ui/effects/radial_animation.cpp | |
+2 −2 | ui/effects/radial_animation.h | |
+23 −0 | ui/layers/layers.style | |
+36 −24 | ui/widgets/menu/menu.cpp | |
+3 −0 | ui/widgets/menu/menu.h | |
+1 −1 | ui/widgets/menu/menu_add_action_callback.h | |
+8 −0 | ui/widgets/popup_menu.cpp | |
+1 −0 | ui/widgets/popup_menu.h | |
+339 −108 | ui/widgets/separate_panel.cpp | |
+25 −1 | ui/widgets/separate_panel.h |
Submodule lib_webview
updated
2 files
+1 −0 | webview/platform/linux/webview_linux_webkitgtk.cpp | |
+2 −1 | webview/webview_common.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters