Deiconify window on tray click. Closes #2136

This commit is contained in:
Manuel Schneider 2018-03-20 10:45:11 +01:00 committed by TingPing
parent 93f926bf12
commit ee85129a9b
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ tray_toggle_visibility (gboolean force_hide)
if (fullscreen)
gtk_window_fullscreen (win);
gtk_widget_show (GTK_WIDGET (win));
gtk_window_deiconify (win);
gtk_window_present (win);
}