Merge pull request #40004 from glek/patch-1
Change assembly watcher after notification changes
This commit is contained in:
commit
9286772faf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace GodotTools
|
|||
|
||||
public override void _Notification(int what)
|
||||
{
|
||||
if (what == Node.NotificationWmFocusIn)
|
||||
if (what == Node.NotificationWmWindowFocusIn)
|
||||
{
|
||||
RestartTimer();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue