Skip to content

Commit 0f7a804

Browse files
wharvexLamparter
andauthored
Update src/Files.App/Utils/Cloud/Detector/GoogleDriveCloudDetector.cs
Co-authored-by: Lamparter <[email protected]> Signed-off-by: Tim <[email protected]>
1 parent 7ae8aad commit 0f7a804

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Files.App/Utils/Cloud/Detector/GoogleDriveCloudDetector.cs

+5-3
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,12 @@ private static async Task Inspect(SqliteConnection database, string sqlCommand,
172172
}
173173

174174
/// <summary>
175-
/// Get the base file system path for Google Drive from the Registry.
176-
/// For advanced "Google Drive for desktop" settings reference, see:
177-
/// https://support.google.com/a/answer/7644837
175+
/// Get the base file system path for Google Drive from the Registry.
178176
/// </summary>
177+
/// <remarks>
178+
/// For advanced "Google Drive for desktop" settings reference, see:
179+
/// https://support.google.com/a/answer/7644837
180+
/// </remarks>
179181
public static string? GetRegistryBasePath()
180182
{
181183
var googleDriveRegValJson = GetGoogleDriveRegValJson();

0 commit comments

Comments
 (0)