X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvariant.cc;fp=src%2Flib%2Fvariant.cc;h=00e9ab99121718fc4b5cf138a27e39cd5e2de681;hb=d40d196a777666206f39094c39956bb654b9b64c;hp=f1c2af17bddfc8b1eca41d783676b1cd33f458dc;hpb=8fcadb1b9b2afc4994e03377105b92cae4eb54a1;p=dcpomatic.git diff --git a/src/lib/variant.cc b/src/lib/variant.cc index f1c2af17b..00e9ab991 100644 --- a/src/lib/variant.cc +++ b/src/lib/variant.cc @@ -40,6 +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; std::string @@ -150,6 +151,12 @@ variant::show_dcpomatic_website() return _show_dcpomatic_website; } +bool +variant::show_report_a_problem() +{ + return _show_report_a_problem; +} + std::string variant::report_problem_email() {