mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
IconProvider: Use theme icon for settings icon
This commit is contained in:
parent
ac792de566
commit
0aa64de13a
|
@ -140,7 +140,7 @@ QIcon IconProvider::privateBrowsingIcon()
|
|||
|
||||
QIcon IconProvider::settingsIcon()
|
||||
{
|
||||
return QIcon(QSL(":/icons/menu/settings.png"));
|
||||
return QIcon::fromTheme(QSL("configure"), QIcon(QSL(":/icons/menu/settings.png")));
|
||||
}
|
||||
|
||||
QIcon IconProvider::emptyWebIcon()
|
||||
|
|
Loading…
Reference in New Issue
Block a user