simplemouse to rtmi-ui

This commit is contained in:
2024-03-17 21:21:58 +01:00
parent d2ba565140
commit a123b5446f
7 changed files with 7 additions and 7 deletions

View File

@@ -422,7 +422,7 @@ func apply_custom_settings(custom_settings: Dictionary):
func get_custom_data() -> Dictionary: func get_custom_data() -> Dictionary:
return { return {
"ui_type": "simplemouse" "ui_type": "rtmi-ui"
} }

View File

@@ -252,5 +252,5 @@ settings = {
"voice_lang": "fr_FR" "voice_lang": "fr_FR"
} }
custom_data = { custom_data = {
"ui_type": "simplemouse" "ui_type": "rtmi-ui"
} }

View File

@@ -194,5 +194,5 @@ settings = {
"voice_lang": "fr_FR" "voice_lang": "fr_FR"
} }
custom_data = { custom_data = {
"ui_type": "simplemouse" "ui_type": "rtmi-ui"
} }

View File

@@ -246,5 +246,5 @@ settings = {
"voice_lang": "fr_FR" "voice_lang": "fr_FR"
} }
custom_data = { custom_data = {
"ui_type": "simplemouse" "ui_type": "rtmi-ui"
} }

View File

@@ -261,5 +261,5 @@ settings = {
"voice_lang": "fr_FR" "voice_lang": "fr_FR"
} }
custom_data = { custom_data = {
"ui_type": "simplemouse" "ui_type": "rtmi-ui"
} }

View File

@@ -279,5 +279,5 @@ settings = {
"voice_lang": "fr_FR" "voice_lang": "fr_FR"
} }
custom_data = { custom_data = {
"ui_type": "simplemouse" "ui_type": "rtmi-ui"
} }

View File

@@ -258,5 +258,5 @@ settings = {
"voice_lang": "fr_FR" "voice_lang": "fr_FR"
} }
custom_data = { custom_data = {
"ui_type": "simplemouse" "ui_type": "rtmi-ui"
} }