[applets/clipboard] Deactivate on selection using keyboard

Just like selection using the mouse.

BUG: 430967
FIXED-IN: 5.21
wilder-5.22
Nate Graham 5 years ago
parent 0d02ac8996
commit 02bd190ca6
  1. 3
      applets/clipboard/contents/ui/ClipboardPage.qml

@ -45,6 +45,9 @@ ColumnLayout {
if (uuid) {
clipboardSource.service(uuid, "select")
clipboardMenu.view.currentIndex = 0
if (plasmoid.hideOnWindowDeactivate) {
plasmoid.expanded = false;
}
}
}
break;

Loading…
Cancel
Save