You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
197 B

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()