mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-20 02:00:55 +07:00
chore: minor fixes (#2477)
This commit is contained in:
@@ -67,8 +67,11 @@ PageType {
|
||||
}
|
||||
|
||||
delegate: ColumnLayout {
|
||||
property bool hideCard: isPremium && !hasSubscriptionPlans
|
||||
|
||||
width: listView.width
|
||||
visible: !hideCard
|
||||
height: hideCard ? 0 : implicitHeight
|
||||
|
||||
enabled: isServiceAvailable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user