Variable Window._actionsUpdateRequested

class Window
{
  // ...
  bool _actionsUpdateRequested = true;
  // ...
}