systeminformation: CurrentRefreshRate not working

Describe the bug It seems that the currentRefreshRate is not working, coming as undefined

To Reproduce

  si.graphics().then((data) =>
  {

    for(let i = 0 ; i < data.controllers.length; i++)
    {
      let control = data.controllers[i];

        console.log(control);
    }

    for(let i = 0 ; i < data.displays.length; i++)
    {
      let display = data.displays[i];

       console.log(display);

    }
  });

Current Output undefined

Expected behavior 60

Environment (please complete the following information): windows 10 package version 5.9.4

Additional context wmic path win32_VideoController get CurrentRefreshRate

returns the correct values

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 23 (15 by maintainers)

Most upvoted comments

@OmgImAlexis thank you again … will not concentrate on that right now … just wanted to see other outputs 😉

THANK YOU!