summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authoralex1701c <alex1701c.dev@gmx.net>2020-02-14 13:06:00 +0100
committeralex1701c <alex1701c.dev@gmx.net>2020-02-14 13:06:00 +0100
commit7194271cecbe92229dba0de5b5e742ad0cb2d759 (patch)
tree28a792a7ec93983b204ace091070a9c6a73939c9 /config.h
parentc0c88e97d182a52966a6cba6faf0024009f9c781 (diff)
Add config options, remove deprecations, optimize
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 474c7cd..4a3c267 100644
--- a/config.h
+++ b/config.h
@@ -25,6 +25,7 @@
struct Config {
+ constexpr static const char *showOnlyPrefixed = "showOnlyPrefixed";
constexpr static const char *showActions = "showAdditionalActions";
constexpr static const char *showFileContentAction = "showFullFileContentAction";
struct Group {