mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix cheats path not greying out (fixes #940)
This commit is contained in:
parent
9674364358
commit
4d2675e3e8
|
@ -1674,5 +1674,21 @@
|
||||||
</hint>
|
</hint>
|
||||||
</hints>
|
</hints>
|
||||||
</connection>
|
</connection>
|
||||||
|
<connection>
|
||||||
|
<sender>cheatsSameDir</sender>
|
||||||
|
<signal>toggled(bool)</signal>
|
||||||
|
<receiver>cheatsPath</receiver>
|
||||||
|
<slot>setDisabled(bool)</slot>
|
||||||
|
<hints>
|
||||||
|
<hint type="sourcelabel">
|
||||||
|
<x>351</x>
|
||||||
|
<y>407</y>
|
||||||
|
</hint>
|
||||||
|
<hint type="destinationlabel">
|
||||||
|
<x>343</x>
|
||||||
|
<y>372</y>
|
||||||
|
</hint>
|
||||||
|
</hints>
|
||||||
|
</connection>
|
||||||
</connections>
|
</connections>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
Loading…
Reference in New Issue