Feature (Overlay): MangoHud Fps Limiter widget (#2388)

This commit is contained in:
end-4
2025-11-07 21:06:55 +01:00
committed by GitHub
8 changed files with 145 additions and 1 deletions
@@ -107,6 +107,12 @@ Singleton {
property real y: 280
property int tabIndex: 0
}
property JsonObject fpsLimiter: JsonObject {
property bool pinned: false
property bool clickthrough: false
property real x: 1576
property real y: 630
}
}
property JsonObject timer: JsonObject {
@@ -18,5 +18,6 @@ ToolbarButton {
iconSize: 22
text: iconBtn.text
color: iconBtn.colText
animateChange: true
}
}