From d40d196a777666206f39094c39956bb654b9b64c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 26 Apr 2024 22:34:35 +0200 Subject: Allow branding of "report a problem" dialog. --- src/lib/variant.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/lib/variant.cc') 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() { -- cgit v1.2.3