extends AcceptDialog func show_if_should(): for provider in App.get_providers(): if provider is MajorityJudgmentTwitchChatProvider: var config = provider.get_oauth_config() if not config["channel"]: popup_centered() func _on_NoTwitchSettingsPopup_confirmed(): App.go_to_twitch_settings()