1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fix icons not being set to the correct color when launching Pixelorama with the dark theme

This commit is contained in:
Emmanouil Papadeas 2024-10-11 13:03:26 +03:00
parent ae4b5046ed
commit 72da34a97d

View file

@ -27,6 +27,7 @@ func _ready() -> void:
change_theme(theme_id) change_theme(theme_id)
else: else:
change_clear_color() change_clear_color()
change_icon_colors()
func add_theme(theme: Theme) -> void: func add_theme(theme: Theme) -> void: