mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Hides “UPDATE” option for Patreon apps with expired pledges
This commit is contained in:
@@ -182,7 +182,7 @@ extension AppBannerView
|
||||
{
|
||||
// App is installed
|
||||
|
||||
if installedApp.isUpdateAvailable
|
||||
if installedApp.isUpdateAvailable && (!storeApp.isPledgeRequired || storeApp.isPledged)
|
||||
{
|
||||
buttonAction = .update
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user