plasma: add the group manager configuration interface to the tasks applet configuration interface

done by the icontasks applet but was not done by the tasks applet

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-09-01 23:47:38 +03:00
parent a42f25b004
commit 2bdaf882c2

View file

@ -555,6 +555,8 @@ void Tasks::createConfigurationInterface(KConfigDialog *parent)
connect(m_ui.showOnlyCurrentScreen, SIGNAL(toggled(bool)), parent, SLOT(settingsModified()));
connect(m_ui.showOnlyCurrentDesktop, SIGNAL(toggled(bool)), parent, SLOT(settingsModified()));
connect(m_ui.showOnlyMinimized, SIGNAL(toggled(bool)), parent, SLOT(settingsModified()));
m_groupManager->createConfigurationInterface(parent);
}
void Tasks::dialogGroupingChanged(int index)