1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

feat(calendar): add show week number option (#1990)

* increase DankDashPopout width to accommodate week number column

* add getWeekNumber function

* add week number column

* add showWeekNumber SettingsData

* add showWeekNumber SettingsSpec

* make dash popout width changes reponsively to showWeekNumber option

* complete and cleanup

* fix typo

* fix typo
This commit is contained in:
Triệu Kha
2026-03-16 22:06:21 +07:00
committed by GitHub
parent ddb079b62d
commit e18587c471
9 changed files with 200 additions and 97 deletions

View File

@@ -150,6 +150,7 @@ Singleton {
property int mangoLayoutBorderSize: -1
property int firstDayOfWeek: -1
property bool showWeekNumber: false
property bool use24HourClock: true
property bool showSeconds: false
property bool padHours12Hour: false