Skip to content

Commit

Permalink
Using installed icon on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Apr 19, 2024
1 parent ecb121b commit e535a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/unix/TrayIconGtk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class TrayIconGtk : public TrayIcon::IImpl {
append(gtk_menu_item_new_with_label("Exit"),
callback<&Handler::on_exit>);

m_app_indicator = app_indicator_new("keymapper", "indicator-keyboard",
m_app_indicator = app_indicator_new("keymapper", "io.github.houmain.keymapper",
APP_INDICATOR_CATEGORY_APPLICATION_STATUS);
app_indicator_set_status(m_app_indicator, APP_INDICATOR_STATUS_ACTIVE);
app_indicator_set_menu(m_app_indicator, menu);
Expand Down

0 comments on commit e535a37

Please sign in to comment.