Merge branch 'Plasma/5.18'

wilder-portage-prov
Nicolas Fella 6 years ago
commit 990c9f0beb
  1. 6
      applets/systemtray/package/contents/ui/ConfigEntries.qml

@ -211,6 +211,12 @@ ColumnLayout {
}
break
case "disabled":
if (shownIndex > -1) {
cfg_shownItems.splice(shownIndex, 1)
}
if (hiddenIndex > -1) {
cfg_hiddenItems.splice(hiddenIndex, 1)
}
if (extraIndex > -1) {
cfg_extraItems.splice(extraIndex, 1)
}

Loading…
Cancel
Save