mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
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:
parent
a42f25b004
commit
2bdaf882c2
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue