aboutsummaryrefslogtreecommitdiffstats
path: root/src/Shell_SustainedFpsWithCount.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Shell_SustainedFpsWithCount.qml')
-rw-r--r--src/Shell_SustainedFpsWithCount.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Shell_SustainedFpsWithCount.qml b/src/Shell_SustainedFpsWithCount.qml
index a407d82..50f69aa 100644
--- a/src/Shell_SustainedFpsWithCount.qml
+++ b/src/Shell_SustainedFpsWithCount.qml
@@ -40,7 +40,7 @@ Item {
benchmark.abort();
} else {
object.anchors.fill = benchmarkRoot;
- root.targetFrameRate = benchmark.screeRefreshRate;
+ root.targetFrameRate = benchmark.screenRefreshRate;
root.item = object;
label.updateYerself()
}