Skip to content

Commit

Permalink
Update src/Application.vala
Browse files Browse the repository at this point in the history
Co-authored-by: Gustavo Marques <pushstarttocontinue@outlook.com>
  • Loading branch information
danirabbit and Marukesu authored Apr 3, 2024
1 parent ca258c7 commit 5b8be0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class Music.Application : Gtk.Application {

protected override void activate () {
if (active_window != null) {
active_window.present_with_time (Gdk.CURRENT_TIME);
active_window.present ();
return;
}

Expand Down

0 comments on commit 5b8be0e

Please sign in to comment.