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:
parent
ae4b5046ed
commit
72da34a97d
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue