This commit is contained in:
end-4
2025-04-21 17:51:28 +02:00
parent 9678751156
commit 0faf9287ba
13 changed files with 392 additions and 28 deletions
@@ -26,12 +26,16 @@ Singleton {
}
}
property QtObject osd: QtObject {
property int timeout: 1000
}
property QtObject resources: QtObject {
property int updateInterval: 3000
}
property QtObject hacks: QtObject {
property int arbitraryRaceConditionDelay: 10
property int arbitraryRaceConditionDelay: 10 // milliseconds
}
}