LocationTab: add setting for first day of the week

Calendar: replace MonthGrid with custom solution to allow changing first
day of the week
This commit is contained in:
lysec
2025-10-19 16:46:53 +02:00
parent 8b5f06aec6
commit af7498155c
12 changed files with 185 additions and 44 deletions
-1
View File
@@ -8,7 +8,6 @@ import qs.Commons
Singleton {
id: root
property bool isLoaded: false
property string langCode: ""
property string systemDetectedLangCode: ""
+1
View File
@@ -202,6 +202,7 @@ Singleton {
property bool useFahrenheit: false
property bool use12hourFormat: false
property bool showWeekNumberInCalendar: false
property string firstDayOfWeek: "auto" // "auto", "monday", "saturday", "sunday"
}
// screen recorder