summaryrefslogtreecommitdiff
path: root/python/examples/triage
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/triage')
-rw-r--r--python/examples/triage/files.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/examples/triage/files.py b/python/examples/triage/files.py
index 05281057..ad8a26cd 100644
--- a/python/examples/triage/files.py
+++ b/python/examples/triage/files.py
@@ -133,6 +133,15 @@ Settings().register_setting("triage.linearSweep", """
}
""")
+Settings().register_setting("triage.hiddenFiles", """
+ {
+ "title" : "Triage Shows Hidden Files",
+ "type" : "boolean",
+ "default" : false,
+ "description" : "Whether the Triage file picker shows hidden files."
+ }
+ """)
+
UIAction.registerAction("Open for Triage...", QKeySequence("Ctrl+Alt+O"))
UIAction.registerAction("Open Selected Files")