Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kleopatra
Commits
d458669f
Commit
d458669f
authored
Mar 03, 2021
by
Ingo Klöcker
Browse files
Enable group support by default for non-Windows builds
GnuPG-bug-id: 5175
parent
154e4aa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kcfg/settings.kcfg
View file @
d458669f
...
...
@@ -9,7 +9,14 @@
<label>
Enable Groups (Experimental)
</label>
<tooltip>
Enable usage of groups of keys.
</tooltip>
<whatsthis>
Enable usage of groups of keys. This is an experimental feature.
</whatsthis>
<default>
false
</default>
<code>
#ifdef _WIN32
static const bool groups_enabled_default=false;
#else
static const bool groups_enabled_default=true;
#endif
</code>
<default
code=
"true"
>
groups_enabled_default
</default>
</entry>
</group>
</kcfg>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment