Skip to content

Commit

Permalink
Allow TerminalWidget to change MainWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Sep 16, 2024
1 parent 953c1b0 commit 2243f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/TerminalWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace Terminal {

GLib.Pid child_pid;

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

private Terminal.Application app {
get {
Expand Down

0 comments on commit 2243f4a

Please sign in to comment.