kcmtaskbar: Disable "on hover" option if halo option is on

This corresponds to the actual behaviour of Kicker.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/266/head
Mavridis Philippe 2 years ago committed by Michele Calgaro
parent fa3482b2ed
commit a4c1a3f27e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1129,6 +1129,12 @@ By default the taskbar groups windows when it is full.</string>
<receiver>kcfg_ShowButtonOnHover</receiver>
<slot>setDisabled(bool)</slot>
</connection>
<connection>
<sender>kcfg_HaloText</sender>
<signal>toggled(bool)</signal>
<receiver>kcfg_ShowButtonOnHover</receiver>
<slot>setDisabled(bool)</slot>
</connection>
<connection>
<sender>kcfg_ShowAllWindows</sender>
<signal>toggled(bool)</signal>

Loading…
Cancel
Save