scripted_gui = {

	GGR_intro_GUI = {
		context_type = player_context
		window_name = "GGR_intro_GUI"

		ai_enabled = {
			always = no
		}

		visible = {
			is_ai = no
			has_global_flag = german_civil_war_goeringvic
			NOT = {
				has_country_flag = remove_welcome_splash
			}
			original_tag = GER
		}
		
		effects = {
			mod_options_button_click = {
				set_country_flag = remove_welcome_splash
			}
		}
	}
}