Рефактор. Большое переименование

This commit is contained in:
sasha80
2026-01-19 09:18:36 +03:00
parent 8fccaa0e66
commit 216c5f1960
32 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ const TAB_TOSIGNAL_NAME = {
3: 'режим_эмс',
4: 'режим_эмс2',
5: 'режим_настройки' }
func on_ems2_hide_pressed(state): set_tab_hidden(4, state)
func _on_tab_changed(tab) -> void: signaller.emit_signal(TAB_TOSIGNAL_NAME[tab])
@@ -22,7 +22,7 @@ func _enter_tree() -> void:
func on_setting_changed():
var ext_cu = ProjectSettings.get_setting('application/config/Внешнее управление', false)
get_parent().get_node('remote_control').visible = ext_cu
get_parent().get_node('remote_control').visible = ext_cu
apply_colors()