Naively turn Discrete and Zink checkbox mutually exclusive

Signed-off-by: Jan200101 <sentrycraft123@gmail.com>
This commit is contained in:
Jan200101 2026-06-25 11:55:54 +02:00
parent 402379a841
commit dde0549368
No known key found for this signature in database
GPG key ID: 5B71B1D78B882E05

View file

@ -929,5 +929,38 @@ It is most likely you will need to change the path - please refer to the mod's w
<tabstop>useZink</tabstop>
</tabstops>
<resources/>
<connections/>
<connections>
<connection>
<sender>useDiscreteGpuCheck</sender>
<signal>toggled(bool)</signal>
<receiver>useZink</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>useZink</sender>
<signal>toggled(bool)</signal>
<receiver>useDiscreteGpuCheck</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
</connections>
</ui>