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 string day
|
||||||
property int isToday
|
property int isToday
|
||||||
property bool bold
|
property bool bold
|
||||||
property bool interactable: true
|
|
||||||
|
|
||||||
Layout.fillWidth: false
|
Layout.fillWidth: false
|
||||||
Layout.fillHeight: false
|
Layout.fillHeight: false
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ Item {
|
|||||||
day: modelData.day
|
day: modelData.day
|
||||||
isToday: modelData.today
|
isToday: modelData.today
|
||||||
bold: true
|
bold: true
|
||||||
interactable: false
|
enabled: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user