mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
commit changes
This commit is contained in:
parent
09fe9ed15b
commit
394228990a
12 changed files with 19 additions and 33 deletions
|
@ -26,9 +26,9 @@ QIcon Resources::LoadNamedIcon(std::string_view name, const QString& dir)
|
|||
const QString svg_path = base_path + QStringLiteral(".svg");
|
||||
|
||||
// Prefer svg
|
||||
if (m_svg_supported && QFileInfo(svg_path).exists())
|
||||
return QIcon(svg_path);
|
||||
|
||||
//if (m_svg_supported && QFileInfo(svg_path).exists())
|
||||
// return QIcon(svg_path);
|
||||
//
|
||||
QIcon icon;
|
||||
|
||||
auto load_png = [&](int scale) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue