extends AcceptDialog func _ready(): show_if_should() func show_if_should(): if not App.get_providers(): call_deferred("popup") func _on_NoProviderPopup_confirmed(): App.go_to_settings()