Added proposed fixes and implemented some animations+error text

This commit is contained in:
reakjra
2025-11-06 22:41:14 +01:00
parent 60144ca3de
commit f4c32f89f2
4 changed files with 57 additions and 6 deletions
@@ -5,6 +5,6 @@ import qs.modules.overlay
StyledOverlayWidget {
id: root
title: "FPS Limiter"
title: "MangoHud FPS"
contentItem: FpsLimiterContent {}
}