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
Plasma
Plasma Desktop
Commits
b5a16ec3
Commit
b5a16ec3
authored
Apr 16, 2021
by
Nate Graham
Browse files
[kcms/keys] Add FIXME comment about comparing translated strings
GIT_SILENT
parent
0b2e912d
Changes
1
Show whitespace changes
Inline
Side-by-side
kcms/keys/package/contents/ui/main.qml
View file @
b5a16ec3
...
...
@@ -129,7 +129,7 @@ KCM.AbstractKCM {
QQC2.ToolButton
{
Layout.preferredHeight
:
Kirigami
.
Units
.
iconSizes
.
small
+
2
*
Kirigami
.
Units
.
smallSpacing
Layout.preferredWidth
:
Layout
.
preferredHeight
visible
:
model
.
section
!=
i18n
(
"
Common Actions
"
)
visible
:
model
.
section
!=
i18n
(
"
Common Actions
"
)
// FIXME: don't compare translated strings
&&
!
exportActive
&&
!
model
.
pendingDeletion
&&
(
componentDelegate
.
containsMouse
||
componentDelegate
.
ListView
.
isCurrentItem
)
...
...
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