Skip to content

Commit

Permalink
EditAccount.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 47b2d7f commit 821474d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fuses/accounts/EditAccount.vala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class Accounts.EditAccount : He.Window {

public EditAccount (Act.User user, He.ApplicationWindow parent) {
this.parent = parent;
this.modal = true;
this.resizable = false;

this.user = user;
Expand Down Expand Up @@ -184,4 +183,4 @@ class Accounts.EditAccount : He.Window {
});
});
}
}
}

0 comments on commit 821474d

Please sign in to comment.