Merge pull request #40004 from glek/patch-1
Change assembly watcher after notification changes
This commit is contained in:
commit
9286772faf
@ -10,7 +10,7 @@ namespace GodotTools
|
||||
|
||||
public override void _Notification(int what)
|
||||
{
|
||||
if (what == Node.NotificationWmFocusIn)
|
||||
if (what == Node.NotificationWmWindowFocusIn)
|
||||
{
|
||||
RestartTimer();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user