mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 08:35:47 +00:00
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
This commit is contained in:
parent
b4fb85ff0f
commit
af6e1f8554
7 changed files with 14 additions and 14 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue