Skip to content

Commit

Permalink
gui: Use new Multipass icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Townsend committed May 8, 2019
1 parent 557aed6 commit ef8afaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/gui/gui_cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void cmd::GuiCmd::create_menu()
{
tray_icon.setContextMenu(&tray_icon_menu);

tray_icon.setIcon(QIcon{":images/ubuntu-icon.png"});
tray_icon.setIcon(QIcon{":images/multipass-icon.png"});

QObject::connect(&list_watcher, &QFutureWatcher<ListReply>::finished, this, &GuiCmd::update_menu);

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/client/gui/resources/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
<qresource>
<file>images/ubuntu-icon.png</file>
</qresource>
<qresource>
<file>images/multipass-icon.png</file>
</qresource>
</RCC>

0 comments on commit ef8afaf

Please sign in to comment.