fix comment

This commit is contained in:
Joel Mathew Thomas
2025-01-10 22:23:19 +05:30
parent b1a53b63a2
commit d07a66dc1b
+2 -2
View File
@@ -30,11 +30,11 @@ class _LandingPageState extends State<LandingPage> {
void initState() { void initState() {
super.initState(); super.initState();
// Set the display mode to 120Hz if available // Set the display mode to the highest available
_setRefreshRate(); _setRefreshRate();
} }
// Function to set the refresh rate to 120Hz // Function to set the refresh rate to the highest available
void _setRefreshRate() async { void _setRefreshRate() async {
// Set the highest display mode // Set the highest display mode