mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 01:03:27 +01:00
- ReleaseTracks: Added in-app ReleaseTracks switching support
This commit is contained in:
@@ -257,7 +257,7 @@ private extension MyAppsViewController
|
||||
|
||||
let appName: String
|
||||
|
||||
if app.isBeta
|
||||
if ReleaseTracks.betaTracks.contains(latestSupportedVersion.channel)
|
||||
{
|
||||
appName = String(format: NSLocalizedString("%@ beta", comment: ""), app.name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user