diff --git a/frontend/lib/main.dart b/frontend/lib/main.dart index d696f52..25d6d45 100644 --- a/frontend/lib/main.dart +++ b/frontend/lib/main.dart @@ -30,11 +30,11 @@ class _LandingPageState extends State { void initState() { super.initState(); - // Set the display mode to 120Hz if available + // Set the display mode to the highest available _setRefreshRate(); } - // Function to set the refresh rate to 120Hz + // Function to set the refresh rate to the highest available void _setRefreshRate() async { // Set the highest display mode