1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 05:40:32 +05:30

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()
Section {