Convert gpuonfire.svg to QPixmap

This commit is contained in:
Fushko 2019-09-19 13:09:35 +02:00
parent 68fd3f55e6
commit f700d0ce6d

View File

@ -130,7 +130,7 @@ MainWindow::MainWindow(QWidget *parent) :
/*Create tray icon */
{
auto appIcon = QIcon(":/icons/gpuonfire.svg");
auto appIcon = QIcon(QPixmap(":/icons/gpuonfire.svg"));
if (!QSystemTrayIcon::isSystemTrayAvailable())
{