Fixed character setup save button (#518)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
4b60c03688
commit
b5feb0db2a
@@ -331,7 +331,7 @@ namespace Content.Client.UserInterface
|
||||
|
||||
private void UpdateSaveButton()
|
||||
{
|
||||
_saveButton.Disabled = !(Profile is null) || !IsDirty;
|
||||
_saveButton.Disabled = Profile is null || !IsDirty;
|
||||
}
|
||||
|
||||
public void UpdateControls()
|
||||
|
||||
Reference in New Issue
Block a user