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
Plasma
Plasma Workspace
Commits
eda8c5be
Commit
eda8c5be
authored
Jan 05, 2021
by
Nate Graham
Browse files
[kcms/translations] Make last item removable
Apparently this does make sense given the current UX of the KCM.
parent
88d9e8f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/translations/package/contents/ui/main.qml
View file @
eda8c5be
...
...
@@ -233,7 +233,6 @@ ScrollViewKCM {
Kirigami.Action
{
property
bool
removing
:
false
enabled
:
removing
||
!
model
.
IsMissing
visible
:
languagesList
.
count
>
1
iconName
:
"
list-remove
"
tooltip
:
i18nc
(
"
@info:tooltip
"
,
"
Remove
"
)
onTriggered
:
{
...
...
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