mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-24 14:40:53 -04:00
Fix icon search path on Linux
This commit is contained in:
parent
8d2f7832ed
commit
fbd78037ff
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ Resources* Resources::instance()
|
||||||
m_instance = new Resources();
|
m_instance = new Resources();
|
||||||
|
|
||||||
Q_INIT_RESOURCE(icons);
|
Q_INIT_RESOURCE(icons);
|
||||||
QIcon::setThemeSearchPaths({":/icons"});
|
QIcon::setThemeSearchPaths(QStringList{":/icons"} << QIcon::themeSearchPaths());
|
||||||
QIcon::setThemeName("application");
|
QIcon::setThemeName("application");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue