kcmkwin/kwinscripts: Hide help button

There is no help for this KCM, so don't show the Help button.

BUG: 442460
FIXED-IN: 5.23
This commit is contained in:
Nate Graham 2021-09-17 17:16:19 -06:00
parent b376f8832f
commit 095f953847

View file

@ -44,6 +44,9 @@ Module::Module(QWidget *parent, const QVariantList &args) :
about->addAuthor(i18n("Tamás Krutki"));
setAboutData(about);
// Hide the help button, because there is no help
setButtons(Apply | Default);
ui->setupUi(this);
ui->messageWidget->hide();