chore: minor fixes (#2477)

This commit is contained in:
vkamn
2026-04-14 16:27:46 +08:00
committed by GitHub
parent ebe3a5dac6
commit 4c18ceaa50
3 changed files with 13 additions and 0 deletions
@@ -67,8 +67,11 @@ PageType {
}
delegate: ColumnLayout {
property bool hideCard: isPremium && !hasSubscriptionPlans
width: listView.width
visible: !hideCard
height: hideCard ? 0 : implicitHeight
enabled: isServiceAvailable