mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
Convert gpuonfire.svg to QPixmap
This commit is contained in:
parent
68fd3f55e6
commit
f700d0ce6d
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user