forked from Shinonome/dots-hyprland
calendar: make day of week not interactable
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user