Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Secure Content State Debug Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Feb 29, 2024
1 parent 0091827 commit 1de4838
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sources/Brave/Frontend/Settings/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1de4838

Please sign in to comment.