Hide subscribe button when not logged in

This commit is contained in:
Arkadiusz Fal 2022-03-26 14:07:00 +01:00
parent aa42551c7c
commit 6a65123876

View File

@ -236,7 +236,7 @@ struct VideoDetails: View {
} }
} }
if accounts.app.supportsSubscriptions { if accounts.app.supportsSubscriptions, accounts.signedIn {
Spacer() Spacer()
Section { Section {