Skip to content

Commit

Permalink
CreateAccount.vala - modal param does not exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Aug 28, 2023
1 parent ce6d1f7 commit 6fec490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fuses/accounts/CreateAccount.vala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class Accounts.CreateAccount : He.Window {

public CreateAccount (He.ApplicationWindow parent) {
this.parent = parent;
this.modal = true;
this.resizable = false;

var main_box = new Gtk.Box (Gtk.Orientation.VERTICAL, 12) {
Expand Down Expand Up @@ -197,4 +196,4 @@ class Accounts.CreateAccount : He.Window {
});
});
}
}
}

0 comments on commit 6fec490

Please sign in to comment.