Merge branch 'end-4:main' into new-i18n

This commit is contained in:
Zhineng Cao
2025-06-17 19:17:01 +08:00
committed by GitHub
10 changed files with 386 additions and 83 deletions
@@ -155,6 +155,10 @@ Singleton {
property string dateFormat: "dddd, dd/MM"
}
property QtObject windows: QtObject {
property bool showTitlebar: true // Client-side decoration for shell apps
}
property QtObject hacks: QtObject {
property int arbitraryRaceConditionDelay: 20 // milliseconds
}