diff --git a/scenes/настройки/настройки.gd b/scenes/настройки/настройки.gd index 25ebfa85..1be9afb3 100644 --- a/scenes/настройки/настройки.gd +++ b/scenes/настройки/настройки.gd @@ -150,7 +150,7 @@ func setting_tab(): if j < unit_data[2].size() - 1: joined_data += "," profiles.text = str(unit_data[1]) + " : " + joined_data - $scroll_set/table.connect('row_pressed', Callable(self, 'on_row_pressed')) + $scroll_set/table.connect('row_pressed', Callable(self, 'on_row_pressed')) button_settings()