Рефактор.

This commit is contained in:
sasha80
2026-01-26 15:10:06 +03:00
parent 484ca3f320
commit 1bac9dc496

View File

@@ -289,6 +289,7 @@ func on_theme_toggle_pressed(btn: CheckButton) -> void:
ProjectSettings.set_setting('application/config/Цвет темы программы', is_light)
_autosave_now()
func _update_theme_colors():
var color_white = $scroll_set/table.get_node2(1, COLOR_WHITE)
var color_black = $scroll_set/table.get_node2(1, COLOR_BLACK)