mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Hide subscribe button when not logged in
This commit is contained in:
parent
aa42551c7c
commit
6a65123876
@ -236,7 +236,7 @@ struct VideoDetails: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if accounts.app.supportsSubscriptions {
|
if accounts.app.supportsSubscriptions, accounts.signedIn {
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
Section {
|
Section {
|
||||||
|
Loading…
Reference in New Issue
Block a user