Add icons to the media viewer menus.

This commit is contained in:
John Preston
2021-12-10 16:10:14 +04:00
parent 2c36623cfb
commit b773bb6e70
220 changed files with 121 additions and 51 deletions
@@ -535,7 +535,7 @@ void ProxyRow::showMenu() {
if (_view.deleted) {
addAction(tr::lng_proxy_menu_restore(tr::now), [=] {
_restoreClicks.fire({});
}, &st::menuIconDelete);
}, &st::menuIconRestore);
} else {
addAction(tr::lng_proxy_menu_delete(tr::now), [=] {
_deleteClicks.fire({});