diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-06-24 13:32:08 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-06-24 13:32:08 +0800 |
commit | 97857a18190d16f03931b3968a7110532f351552 (patch) | |
tree | aceefa963824cdf011cafade2c0ae778f767ebd3 /Home | |
parent | 433472237b4288a8f5fb8cca2d712a4649ace759 (diff) |
Alias interface for default home card footer
In case the app is not ready yet to implement the course duration or the
number of lectures this can be used to set to set its visible to false,
in order to hide it.
Diffstat (limited to 'Home')
-rw-r--r-- | Home/Default/Card.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Home/Default/Card.ui.qml b/Home/Default/Card.ui.qml index 0c418b6..bcebb31 100644 --- a/Home/Default/Card.ui.qml +++ b/Home/Default/Card.ui.qml @@ -25,6 +25,7 @@ Item { property bool truncatedVisible: true property alias ratingStar: ratingStar property real rating: 4.0 + property alias footer: footer DrpShdw.Box { source: rectangle |