From 1de48386687984a448da12f9112c5866ac182337 Mon Sep 17 00:00:00 2001 From: Soner Yuksel Date: Thu, 29 Feb 2024 11:12:44 -0500 Subject: [PATCH] Secure Content State Debug Menu --- .../Frontend/Settings/SettingsViewController.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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