mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
set default calendar locale to C instead of bri'ish
This commit is contained in:
@@ -300,7 +300,7 @@ Singleton {
|
||||
}
|
||||
|
||||
property JsonObject calendar: JsonObject {
|
||||
property string locale: "en-GB"
|
||||
property string locale: "C"
|
||||
property bool force2CharDayOfWeek: true
|
||||
property bool animate: false // Disabled by default cuz laggy
|
||||
property bool weekScrollPrecision: false // One scroll advances 1 week instead of 1 month
|
||||
|
||||
Reference in New Issue
Block a user