diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-05-21 14:37:36 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-05-21 14:37:36 -0400 |
| commit | c885b7a4c47f16a1c69612215a1cab5c9f7df5eb (patch) | |
| tree | 4456c99de61177ef77b8994c5469e57a46a0cf09 /python | |
| parent | 2b2aefb5dab8e56b32d718a3d2e388f56a4f65b0 (diff) | |
Bring Python triage plugin changes to C++, don't default to raw files always opening in triage view
Diffstat (limited to 'python')
| -rw-r--r-- | python/examples/triage/view.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/triage/view.py b/python/examples/triage/view.py index f0a2dffa..7cc8a172 100644 --- a/python/examples/triage/view.py +++ b/python/examples/triage/view.py @@ -204,7 +204,7 @@ Settings().register_setting("triage.preferSummaryViewForRaw", """ { "title" : "Prefer Triage Summary View for Raw Files", "type" : "boolean", - "default" : true, + "default" : false, "description" : "Prefer Triage Summary View when opening a binary that is Raw file type." } """) |
