mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
calendar: make day of week not interactable
This commit is contained in:
parent
7ab8012e0e
commit
24b369882a
2 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ RippleButton {
|
|||
property string day
|
||||
property int isToday
|
||||
property bool bold
|
||||
property bool interactable: true
|
||||
|
||||
Layout.fillWidth: false
|
||||
Layout.fillHeight: false
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ Item {
|
|||
day: modelData.day
|
||||
isToday: modelData.today
|
||||
bold: true
|
||||
interactable: false
|
||||
enabled: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue