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:
parent
aa42551c7c
commit
6a65123876
@ -236,7 +236,7 @@ struct VideoDetails: View {
|
||||
}
|
||||
}
|
||||
|
||||
if accounts.app.supportsSubscriptions {
|
||||
if accounts.app.supportsSubscriptions, accounts.signedIn {
|
||||
Spacer()
|
||||
|
||||
Section {
|
||||
|
Loading…
Reference in New Issue
Block a user