diff options
-rw-r--r-- | gplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -447,6 +447,7 @@ static UniqueResponse app_handle_message_received(UniqueApp *app, gint command, if (uris && uris[0]) { open_media(uris[0]); play_media(); + gtk_window_present_with_time(main_win, timestamp); return UNIQUE_RESPONSE_OK; } } |