From 46710d2472abed134b0e93cb838a4babb1e53ca2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 31 May 2024 10:49:52 +0200 Subject: Fix incorrect default _show_report_a_problem. --- src/lib/variant.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/variant.cc b/src/lib/variant.cc index 00e9ab991..3ccd84d82 100644 --- a/src/lib/variant.cc +++ b/src/lib/variant.cc @@ -40,7 +40,7 @@ static char const* _report_problem_email = "carl@dcpomatic.com"; static bool const _show_tagline = true; static bool const _show_dcpomatic_website = true; -static bool const _show_report_a_problem = false; +static bool const _show_report_a_problem = true; std::string -- cgit v1.2.3