移除不用的脚本
This commit is contained in:
@@ -81,6 +81,15 @@ namespace SRDebugger.UI.Other
|
||||
}
|
||||
}
|
||||
|
||||
public void OpenPrivacyPolicy()
|
||||
{
|
||||
var s = SRServiceManager.GetService<IBugReportService>();
|
||||
if (s != null && !string.IsNullOrWhiteSpace(s.PrivacyPolicyUrl))
|
||||
{
|
||||
Application.OpenURL(s.PrivacyPolicyUrl);
|
||||
}
|
||||
}
|
||||
|
||||
private IEnumerator SubmitCo()
|
||||
{
|
||||
if (BugReportScreenshotUtil.ScreenshotData == null && Settings.Instance.EnableBugReportScreenshot)
|
||||
|
||||
Reference in New Issue
Block a user