From 3e7c579a3d771237eed3d367cf3797e8558451c4 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 22 Jan 2026 13:13:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/button-flat/nine-patch-button.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/button-flat/nine-patch-button.gd b/scenes/button-flat/nine-patch-button.gd index 7936e624..6fe49ab2 100644 --- a/scenes/button-flat/nine-patch-button.gd +++ b/scenes/button-flat/nine-patch-button.gd @@ -97,7 +97,7 @@ func _enter_tree() -> void: func _on_settings_changed(): - apply_colors(ProjectSettings.get_setting("application/config/Цвет темы программы", false )) + apply_colors(ProjectSettings.get_setting('application/config/%s' % 'Цвет темы программы', false )) func _exit_tree() -> void: