From 6a65123876f05fdb08034aa3262df1064b92422a Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 26 Mar 2022 14:07:00 +0100 Subject: [PATCH] Hide subscribe button when not logged in --- Shared/Player/VideoDetails.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Player/VideoDetails.swift b/Shared/Player/VideoDetails.swift index 282f6171..895a371c 100644 --- a/Shared/Player/VideoDetails.swift +++ b/Shared/Player/VideoDetails.swift @@ -236,7 +236,7 @@ struct VideoDetails: View { } } - if accounts.app.supportsSubscriptions { + if accounts.app.supportsSubscriptions, accounts.signedIn { Spacer() Section {