Allow branding of "report a problem" dialog.
[dcpomatic.git] / src / lib / variant.cc
index f1c2af17bddfc8b1eca41d783676b1cd33f458dc..00e9ab99121718fc4b5cf138a27e39cd5e2de681 100644 (file)
@@ -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()
 {