diff --git a/containments/desktop/package/contents/ui/main.qml b/containments/desktop/package/contents/ui/main.qml --- a/containments/desktop/package/contents/ui/main.qml +++ b/containments/desktop/package/contents/ui/main.qml @@ -170,6 +170,10 @@ return length >= Qt.styleHints.startDragDistance; } + function action_kscreenkcm() { + KQuickControlsAddons.KCMShell.open("kscreen"); + } + onFocusChanged: { if (focus && isFolder) { folderViewLayer.item.forceActiveFocus(); @@ -399,6 +403,8 @@ return; } + plasmoid.setAction("kscreenkcm", i18n("Manage Displays..."), "preferences-desktop-display"); + // Customize the icon and text to improve discoverability plasmoid.setAction("configure", i18n("Configure Desktop..."), "preferences-desktop-wallpaper")