Merge pull request #15769 from now-im/flow

Implement new icon/color theme
This commit is contained in:
sledgehammer999
2022-06-28 23:23:25 +03:00
committed by GitHub
169 changed files with 279 additions and 791 deletions

View File

@@ -747,7 +747,7 @@ void PropertiesWidget::displayWebSeedListMenu()
if (!rows.isEmpty())
{
menu->addAction(UIThemeManager::instance()->getIcon(u"list-remove"_qs), tr("Remove Web seed")
menu->addAction(UIThemeManager::instance()->getIcon(u"edit-clear"_qs), tr("Remove Web seed")
, this, &PropertiesWidget::deleteSelectedUrlSeeds);
menu->addSeparator();
menu->addAction(UIThemeManager::instance()->getIcon(u"edit-copy"_qs), tr("Copy Web seed URL")