Feature (Overlay): MangoHud Fps Limiter widget

This commit is contained in:
reakjra
2025-11-06 14:23:13 +01:00
parent ad9f25c346
commit 60144ca3de
7 changed files with 123 additions and 1 deletions
@@ -93,6 +93,12 @@ Singleton {
property real x: 55
property real y: 188
}
property JsonObject fpsLimiter: JsonObject {
property bool pinned: false
property bool clickthrough: false
property real x: 100
property real y: 100
}
}
property JsonObject timer: JsonObject {