diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index accc7c4d..d43baa53 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -109,6 +109,11 @@ class SettingsViewController: UITableViewController self.tableView.contentInset.bottom = 20 self.update() + + if #available(iOS 15, *), let appearance = self.tabBarController?.tabBar.standardAppearance + { + self.navigationController?.tabBarItem.scrollEdgeAppearance = appearance + } } override func viewWillAppear(_ animated: Bool)