Enable save button on changing job unavailable preference (#28839)

Enable save button on changing unavailable pref

Fix an issue where the save button was disabled when just changing your job unavailable preference
This commit is contained in:
dffdff2423
2024-06-10 21:48:23 -05:00
committed by GitHub
parent d3d8a9e59c
commit f571e23037

View File

@@ -372,6 +372,7 @@ namespace Content.Client.Lobby.UI
{
PreferenceUnavailableButton.SelectId(args.Id);
Profile = Profile?.WithPreferenceUnavailable((PreferenceUnavailableMode) args.Id);
SetDirty();
};
_jobCategories = new Dictionary<string, BoxContainer>();