commit changes

This commit is contained in:
Nayla Hanegan 2024-01-04 19:42:18 -05:00
commit 394228990a
No known key found for this signature in database
GPG key ID: 3075216CED0DB01D
12 changed files with 19 additions and 33 deletions

View file

@ -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) {