移除不用的脚本
This commit is contained in:
@@ -15,6 +15,19 @@ namespace SRDebugger.Internal
|
||||
get { return Settings.Instance.EnableBugReporter && !string.IsNullOrWhiteSpace(Settings.Instance.ApiKey); }
|
||||
}
|
||||
|
||||
public string PrivacyPolicyMessage
|
||||
{
|
||||
get
|
||||
{
|
||||
return "By submitting this bug report you agree to our <color=#57B3F4>privacy policy</color>.";
|
||||
}
|
||||
}
|
||||
|
||||
public string PrivacyPolicyUrl
|
||||
{
|
||||
get { return SRDebugApi.PrivacyPolicyUrl; }
|
||||
}
|
||||
|
||||
public void Submit(BugReport report, Action<BugReportSubmitResult> onComplete, IProgress<float> progress)
|
||||
{
|
||||
BugReportApi.Submit(report, Settings.Instance.ApiKey, onComplete, progress);
|
||||
|
||||
Reference in New Issue
Block a user