mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Updates social media URLs for Credits section in Settings
This commit is contained in:
@@ -754,6 +754,11 @@ extension SettingsViewController
|
|||||||
case .softwareLicenses: break
|
case .softwareLicenses: break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if let selectedIndexPath = self.tableView.indexPathForSelectedRow
|
||||||
|
{
|
||||||
|
self.tableView.deselectRow(at: selectedIndexPath, animated: true)
|
||||||
|
}
|
||||||
|
|
||||||
case .debug:
|
case .debug:
|
||||||
let row = DebugRow.allCases[indexPath.row]
|
let row = DebugRow.allCases[indexPath.row]
|
||||||
switch row
|
switch row
|
||||||
|
|||||||
Reference in New Issue
Block a user