From 97857a18190d16f03931b3968a7110532f351552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 24 Jun 2023 13:32:08 +0800 Subject: 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. --- Home/Default/Card.ui.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'Home') 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 -- cgit v1.2.3