mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Added attention style to menu item to delete all call logs.
This commit is contained in:
@@ -159,10 +159,12 @@ void ShowCallsBox(not_null<Window::SessionController*> window) {
|
||||
showSettings,
|
||||
&st::menuIconSettings);
|
||||
if (state->callsDelegate.peerListFullRowsCount() > 0) {
|
||||
state->menu->addAction(
|
||||
tr::lng_call_box_clear_all(tr::now),
|
||||
clearAll,
|
||||
&st::menuIconDelete);
|
||||
Ui::Menu::CreateAddActionCallback(state->menu)({
|
||||
.text = tr::lng_call_box_clear_all(tr::now),
|
||||
.handler = clearAll,
|
||||
.icon = &st::menuIconDeleteAttention,
|
||||
.isAttention = true,
|
||||
});
|
||||
}
|
||||
state->menu->popup(QCursor::pos());
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user