mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Moved Command_Cursor_Memory from Display settings to General settings
This commit is contained in:
parent
a955af8e00
commit
43c5e3cec6
@ -340,6 +340,13 @@ export const Setting: Array<Setting> = [
|
||||
default: 0,
|
||||
type: SettingType.GENERAL
|
||||
},
|
||||
{
|
||||
key: SettingKeys.Command_Cursor_Memory,
|
||||
label: i18next.t("settings:commandCursorMemory"),
|
||||
options: OFF_ON,
|
||||
default: 0,
|
||||
type: SettingType.GENERAL
|
||||
},
|
||||
{
|
||||
key: SettingKeys.Enable_Retries,
|
||||
label: i18next.t("settings:enableRetries"),
|
||||
@ -682,13 +689,6 @@ export const Setting: Array<Setting> = [
|
||||
default: 0,
|
||||
type: SettingType.DISPLAY
|
||||
},
|
||||
{
|
||||
key: SettingKeys.Command_Cursor_Memory,
|
||||
label: i18next.t("settings:commandCursorMemory"),
|
||||
options: OFF_ON,
|
||||
default: 0,
|
||||
type: SettingType.DISPLAY
|
||||
},
|
||||
{
|
||||
key: SettingKeys.Shop_Overlay_Opacity,
|
||||
label: i18next.t("settings:shopOverlayOpacity"),
|
||||
|
Loading…
Reference in New Issue
Block a user