fix comment

This commit is contained in:
Joel Mathew Thomas
2025-01-10 22:18:27 +05:30
parent b1a53b63a2
commit 7f9a8585f6
+1 -1
View File
@@ -30,7 +30,7 @@ class _LandingPageState extends State<LandingPage> {
void initState() {
super.initState();
// Set the display mode to 120Hz if available
// Set the display mode to the highest available
_setRefreshRate();
}