Merge pull request #40004 from glek/patch-1

Change assembly watcher after notification changes
This commit is contained in:
Rémi Verschelde
2020-07-01 15:39:32 +02:00
committed by GitHub
@@ -10,7 +10,7 @@ namespace GodotTools
public override void _Notification(int what)
{
if (what == Node.NotificationWmFocusIn)
if (what == Node.NotificationWmWindowFocusIn)
{
RestartTimer();