We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66518cf commit 8db87ccCopy full SHA for 8db87cc
Assets/Plugins/Source/Editor/EditorWindows/EOSSettingsWindow.cs
@@ -97,11 +97,13 @@ protected override void OnEnable()
97
{
98
base.OnEnable();
99
ProductConfig.DeploymentsUpdatedEvent += ReloadDeploymentSettingsForPlatformConfigEditors;
100
+ ProductConfig.ClientCredentialsUpdatedEvent += ReloadClientCredentialsForPlatformConfigEditors;
101
}
102
103
protected override void OnDestroy()
104
105
ProductConfig.DeploymentsUpdatedEvent -= ReloadDeploymentSettingsForPlatformConfigEditors;
106
+ ProductConfig.ClientCredentialsUpdatedEvent -= ReloadClientCredentialsForPlatformConfigEditors;
107
base.OnDestroy();
108
109
0 commit comments