mirror of
https://github.com/SideStore/SideStore.git
synced 2026-04-04 17:55:40 +02:00
Removes unnecessary @available annotations
This commit is contained in:
@@ -390,7 +390,6 @@ private extension SettingsViewController
|
||||
}
|
||||
}
|
||||
|
||||
@available(iOS 14, *)
|
||||
@IBAction func addRefreshAppsShortcut()
|
||||
{
|
||||
guard let shortcut = INShortcut(intent: INInteraction.refreshAllApps().intent) else { return }
|
||||
|
||||
Reference in New Issue
Block a user