diff --git a/Sources/Brave/Frontend/Settings/SettingsViewController.swift b/Sources/Brave/Frontend/Settings/SettingsViewController.swift index c212d1bfa97..27999133a02 100644 --- a/Sources/Brave/Frontend/Settings/SettingsViewController.swift +++ b/Sources/Brave/Frontend/Settings/SettingsViewController.swift @@ -726,11 +726,6 @@ class SettingsViewController: TableViewController { return Static.Section( header: .title(Strings.about), rows: [ - Row( - text: "Secure Content State Debug", - selection: { [unowned self] in - self.navigationController?.pushViewController(DebugLogViewController(type: .secureState), animated: true) - }, accessory: .disclosureIndicator, cellClass: MultilineValue1Cell.self), Row( text: version, selection: { [unowned self] in @@ -816,6 +811,11 @@ class SettingsViewController: TableViewController { let vc = AdblockDebugMenuTableViewController(style: .grouped) self.navigationController?.pushViewController(vc, animated: true) }, accessory: .disclosureIndicator, cellClass: MultilineValue1Cell.self), + Row( + text: "Secure Content State Debug", + selection: { [unowned self] in + self.navigationController?.pushViewController(DebugLogViewController(type: .secureState), animated: true) + }, accessory: .disclosureIndicator, cellClass: MultilineValue1Cell.self), Row( text: "View URP Logs", selection: { [unowned self] in