mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Add icons to the media viewer menus.
This commit is contained in:
@@ -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({});
|
||||
|
||||
Reference in New Issue
Block a user