You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ZXBSInstaller.Log/ServiceLayer.cs
+27-8Lines changed: 27 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public static class ServiceLayer
37
37
/// <summary>
38
38
/// True if the computer is a Mac
39
39
/// </summary>
40
-
publicstaticboolIsMac=false;
40
+
publicstaticboolIsMac=false;
41
41
/// <summary>
42
42
/// Used to cancel the current operation. It is set to true when the user clicks the cancel button and it is checked in all long operations to stop them if it is true.
43
43
/// </summary>
@@ -307,20 +307,39 @@ public static void OpenUrlInBrowser(string url)
307
307
/// <summary>
308
308
/// Retrieves all external tools configured for use with the application.
309
309
/// </summary>
310
-
/// <param name="json">Json string with the external tools information</param>
311
310
/// <returns>An array of <see cref="ExternalTool"/> objects representing the available external tools. The array is empty
312
311
/// if no external tools are configured or can download the config file.</returns>
0 commit comments