mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-02-08 14:50:05 +01:00
Check whether the confirmed signal is already connected in the add folder dialog.
This commit is contained in:
parent
8b486e156b
commit
1ee8220992
@ -9,6 +9,7 @@ var _module = null
|
|||||||
signal folders_created
|
signal folders_created
|
||||||
|
|
||||||
func _enter_tree():
|
func _enter_tree():
|
||||||
|
if !is_connected("confirmed", self, "on_confirmed"):
|
||||||
connect("confirmed", self, "on_confirmed")
|
connect("confirmed", self, "on_confirmed")
|
||||||
|
|
||||||
func setup() -> void:
|
func setup() -> void:
|
||||||
|
Loading…
Reference in New Issue
Block a user