kcms/autostart: close menu popup when clicking its parent button again

If the button is checked when clicked, explicitly close the menu, just
like other pop-up menu buttons and comboboxes do.
wilder-5.24
Nate Graham 4 years ago
parent 221f0de5eb
commit 9cc0c3ddc5
  1. 2
      kcms/autostart/package/contents/ui/main.qml

@ -152,7 +152,7 @@ KCM.ScrollViewKCM {
checkable: true
checked: menu.opened
onClicked: menu.open()
onClicked: menu.opened? menu.close() : menu.open()
}
Menu {

Loading…
Cancel
Save