Исправление.

E 0:00:05:702   настройки.gd:153 @ setting_tab(): Signal 'row_pressed' is already connected to given callable 'Panel(setting)::on_row_pressed' in that object.
  <Ошибка C++>  Method/function failed. Returning: ERR_INVALID_PARAMETER
  <Исходный код C++>core/object/object.cpp:1451 @ connect()
  <Трассировка стека>настройки.gd:153 @ setting_tab()
                настройки.gd:65 @ _ready()
This commit is contained in:
sasha80
2025-03-28 16:36:51 +03:00
parent 64d92826f4
commit 005ee7c20a

View File

@@ -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()