Qt: Fix cheats path not greying out (fixes #940)
Vicki Pfau vi@endrift.com
Sat, 09 Dec 2017 12:52:49 -0800
1 files changed,
16 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/SettingsView.ui
→
src/platform/qt/SettingsView.ui
@@ -1674,5 +1674,21 @@ <y>285</y>
</hint> </hints> </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> </ui>