Skip to content

Commit

Permalink
Update DisplaysView.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Aug 14, 2024
1 parent 58a731d commit ed00f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/DisplaysView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public class Display.DisplaysView : Gtk.Box {
"dialog-error"
);
error_dialog.show_error_details (details);
error_dialog.response.connect(error_dialog.destroy);
error_dialog.response.connect (error_dialog.destroy);
error_dialog.present ();
}

Expand Down

0 comments on commit ed00f22

Please sign in to comment.