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
@@ -7,7 +7,7 @@ Singleton {
readonly property list<var> availableWidgets: [
{ identifier: "crosshair", materialSymbol: "point_scan" },
{ identifier: "fpsLimiter", materialSymbol: "speed" },
{ identifier: "fpsLimiter", materialSymbol: "animation" },
{ identifier: "volumeMixer", materialSymbol: "volume_up" }
]