mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 03:28:00 -05:00
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user