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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user