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