mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix icon search path on Linux
This commit is contained in:
parent
8d2f7832ed
commit
fbd78037ff
@ -224,7 +224,7 @@ Resources* Resources::instance()
|
||||
m_instance = new Resources();
|
||||
|
||||
Q_INIT_RESOURCE(icons);
|
||||
QIcon::setThemeSearchPaths({":/icons"});
|
||||
QIcon::setThemeSearchPaths(QStringList{":/icons"} << QIcon::themeSearchPaths());
|
||||
QIcon::setThemeName("application");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user