Skip to content

Commit

Permalink
Deiconify window on tray icon click
Browse files Browse the repository at this point in the history
  • Loading branch information
rozhuk-im committed May 8, 2021
1 parent 5c5cee6 commit 82ac282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gtk-mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ gtk_mixer_status_icon_activate(GtkStatusIcon *status_icon __unused,
gtk_widget_hide(app->window);
} else {
gtk_widget_show(app->window);
gtk_window_deiconify(app->window);
}
}

Expand Down

0 comments on commit 82ac282

Please sign in to comment.