config: Rename is_docked to use_docked_mode to be consistent with other config bools.

This commit is contained in:
bunnei
2018-03-26 22:59:18 -04:00
parent f1423fcbc1
commit 5ecf152c8e
7 changed files with 14 additions and 14 deletions

View File

@ -79,7 +79,7 @@
<item>
<layout class="QVBoxLayout" name="EmulationVerticalLayout">
<item>
<widget class="QCheckBox" name="is_docked">
<widget class="QCheckBox" name="use_docked_mode">
<property name="text">
<string>Enable docked mode</string>
</property>