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

Move create theme button to three-dot menu.

This commit is contained in:
John Preston
2019-09-08 15:47:22 +03:00
parent f9b2a8d6ac
commit 95da2dbc34
4 changed files with 64 additions and 48 deletions

View File

@@ -100,7 +100,8 @@ using MenuCallback = Fn<QAction*(
Fn<void()> handler)>;
void FillMenu(
not_null<::Main::Session*> session,
not_null<Window::SessionController*> controller,
Type type,
Fn<void(Type)> showOther,
MenuCallback addAction);