Merge pull request #14 from joelmathewthomas/docs/fix-comment

fix comment
This commit is contained in:
Joel Mathew Thomas
2025-01-10 22:20:16 +05:30
committed by GitHub
+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();
}