diff --git a/dashboard/js/app.js b/dashboard/js/app.js index 022c47f..421dd1e 100644 --- a/dashboard/js/app.js +++ b/dashboard/js/app.js @@ -60,7 +60,7 @@ lastFrameTime: 0, // Time of last rendered frame fpsHistory: [], // Recent FPS samples for detecting struggling devices strugglingDevice: false, // Auto-detected low performance flag - manualFrameRateCap: null // User-specified frame rate cap (null = auto-detect) + manualFrameRateCap: null, // User-specified frame rate cap (null = auto-detect) // System health tracking systemHealth: 0, worstLinkID: null,