turn off dualpane option. It's broken: makes it too easy to get lots

of instances of the games list and board views stacked on top of each
other.
This commit is contained in:
Eric House 2016-06-08 21:36:33 -07:00
parent 44c4d50051
commit 777b1a7aab

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="dualpane_enabled">true</bool>
<bool name="dualpane_enabled">false</bool>
</resources>