Skip to content

Commit

Permalink
Update TerminalWidget.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Sep 15, 2024
1 parent c4cd7d7 commit 953c1b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Widgets/TerminalWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ namespace Terminal {

GLib.Pid child_pid;

public unowned MainWindow main_window;
public unowned MainWindow main_window { get; construct; }

private Terminal.Application app {
get {
return main_window.app;
Expand Down

0 comments on commit 953c1b0

Please sign in to comment.