From 62941a1efded9393315ae9e25e2c65ef2f2e0841 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Sun, 9 Dec 2018 18:26:42 +0000 Subject: [PATCH] Add help button to KCMs where it was missing Summary: BUG: 401932 Test Plan: Opened each Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D17458 --- package/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/package/contents/ui/main.qml b/package/contents/ui/main.qml index 7897b8650..8c6edc55d 100644 --- a/package/contents/ui/main.qml +++ b/package/contents/ui/main.qml @@ -29,6 +29,7 @@ ScrollViewKCM { id: root ConfigModule.quickHelp: i18n("Language") + ConfigModule.buttons: ConfigModule.Help | ConfigModule.Defaults | ConfigModule.Apply Component { id: addLanguageItemComponent