Merge pull request #81175 from raulsntos/dotnet/project_settings_changed
C#: Replace usage of deprecated `project_settings_changed` signal
This commit is contained in:
commit
549fcce5f8
@ -440,7 +440,7 @@ namespace GodotTools
|
|||||||
{
|
{
|
||||||
base._EnablePlugin();
|
base._EnablePlugin();
|
||||||
|
|
||||||
ProjectSettingsChanged += GodotSharpDirs.DetermineProjectLocation;
|
ProjectSettings.SettingsChanged += GodotSharpDirs.DetermineProjectLocation;
|
||||||
|
|
||||||
if (Instance != null)
|
if (Instance != null)
|
||||||
throw new InvalidOperationException();
|
throw new InvalidOperationException();
|
||||||
|
Loading…
Reference in New Issue
Block a user