diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-31 10:49:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-31 10:59:54 +0200 |
| commit | 46710d2472abed134b0e93cb838a4babb1e53ca2 (patch) | |
| tree | 6cd4efbdd93ecf9adc04015907858bf7e062fc8e | |
| parent | 09f35415304afc127f50edfe4357a28c5a0e2ff9 (diff) | |
Fix incorrect default _show_report_a_problem.
| -rw-r--r-- | src/lib/variant.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
