From d07a66dc1b885427560fbf3ef4c8bbf328556b45 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:23:19 +0530 Subject: [PATCH] fix comment --- frontend/lib/main.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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