This commit is contained in:
Jan 2026-06-26 11:59:14 -04:00 committed by GitHub
commit 9e6b776bcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>