Skip to content
GitLab
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
4783266e
Commit
4783266e
authored
Nov 29, 2021
by
Ingo Klöcker
Browse files
Hide DN-Attribute Order configuration if CMS is disabled
GnuPG-bug-id: 5688
parent
abb355c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/conf/appearanceconfigwidget.cpp
View file @
4783266e
...
...
@@ -302,8 +302,7 @@ public:
l
->
setContentsMargins
(
0
,
0
,
0
,
0
);
}
const
auto
settings
=
Kleo
::
Settings
{};
if
(
settings
.
cmsEnabled
())
{
if
(
Kleo
::
Settings
{}.
cmsEnabled
())
{
auto
w
=
new
QWidget
;
dnOrderWidget
=
Kleo
::
DNAttributeMapper
::
instance
()
->
configWidget
(
w
);
dnOrderWidget
->
setObjectName
(
QStringLiteral
(
"dnOrderWidget"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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