Skip to content

Commit

Permalink
Merge pull request #19 from spowelljr/fixTryaIcon
Browse files Browse the repository at this point in the history
Update tray icon path
  • Loading branch information
medyagh authored Feb 1, 2023
2 parents 9c1763e + e2562ef commit 1877cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const QVersionNumber version = QVersionNumber::fromString("0.0.1");

Window::Window()
{
trayIconIcon = new QIcon(":/images/minikube.png");
trayIconIcon = new QIcon(":/resources/images/minikube.png");
checkForMinikube();
Fonts::initFonts();

Expand Down

0 comments on commit 1877cd4

Please sign in to comment.