2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Add some icons to popup menus.

This commit is contained in:
John Preston
2021-12-09 21:56:24 +04:00
parent 535fd8d523
commit 2c36623cfb
212 changed files with 581 additions and 263 deletions

View File

@@ -108,7 +108,8 @@ not_null<Ui::FlatLabel*> AddSubsectionTitle(
using MenuCallback = Fn<QAction*(
const QString &text,
Fn<void()> handler)>;
Fn<void()> handler,
const style::icon *icon)>;
void FillMenu(
not_null<Window::SessionController*> controller,