Skip to content

Commit

Permalink
disable "gadget action" button because it's not ready for prod yet
Browse files Browse the repository at this point in the history
I still need to add a warning that some devices may kernel panic when
removing the gadget. I also need to add locks and stuff.
  • Loading branch information
Arian04 committed Jun 30, 2024
1 parent b7d3c5f commit 3c0c383
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ fun TroubleshootingPage() {
// - [x] create gadget
// - [x] remove gadget
// - [ ] re-create gadget
LabeledCategory("Gadget Actions") {
GadgetActionButtons()
}
// LabeledCategory("Gadget Actions") {
// GadgetActionButtons()
// }

LabeledCategory("Debugging Information") {
DebuggingInfoList()
Expand Down

0 comments on commit 3c0c383

Please sign in to comment.