mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
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:
@@ -8,7 +8,6 @@ import qs.Commons
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
|
||||
property bool isLoaded: false
|
||||
property string langCode: ""
|
||||
property string systemDetectedLangCode: ""
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user