From 7f9a8585f6bd5c65a997359492fc208524e68e89 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:18:27 +0530 Subject: [PATCH] fix comment --- frontend/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lib/main.dart b/frontend/lib/main.dart index d696f52..746ba7c 100644 --- a/frontend/lib/main.dart +++ b/frontend/lib/main.dart @@ -30,7 +30,7 @@ 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(); }