[kwinrules] Hide all autogroup related widgets
Summary: Window tabs which are required for autogroup are currently not supported in KWin. Thus exposing autogroup related window rules does not make any sense. This change hides the options again in the hope that we can bring the feature back in future. BUG: 370301 FIXED-IN: 5.8.2 Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D2996
This commit is contained in:
parent
4c7752c965
commit
db95b96854
1 changed files with 13 additions and 0 deletions
|
@ -160,6 +160,19 @@ RulesWidget::RulesWidget(QWidget* parent)
|
|||
|
||||
KColorSchemeManager *schemes = new KColorSchemeManager(this);
|
||||
decocolor->setModel(schemes->model());
|
||||
|
||||
// hide autogrouping as it's currently not supported
|
||||
// BUG 370301
|
||||
line_11->hide();
|
||||
enable_autogroup->hide();
|
||||
autogroup->hide();
|
||||
rule_autogroup->hide();
|
||||
enable_autogroupid->hide();
|
||||
autogroupid->hide();
|
||||
rule_autogroupid->hide();
|
||||
enable_autogroupfg->hide();
|
||||
autogroupfg->hide();
|
||||
rule_autogroupfg->hide();
|
||||
}
|
||||
|
||||
#undef SETUP
|
||||
|
|
Loading…
Reference in a new issue