mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Naively turn Discrete and Zink checkbox mutually exclusive
Signed-off-by: Jan200101 <sentrycraft123@gmail.com>
This commit is contained in:
parent
402379a841
commit
dde0549368
1 changed files with 34 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue