calendar: make day of week not interactable

This commit is contained in:
end-4 2025-05-26 12:42:25 +02:00
parent 7ab8012e0e
commit 24b369882a
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@ RippleButton {
property string day
property int isToday
property bool bold
property bool interactable: true
Layout.fillWidth: false
Layout.fillHeight: false

View file

@ -95,7 +95,7 @@ Item {
day: modelData.day
isToday: modelData.today
bold: true
interactable: false
enabled: false
}
}
}