Skip to content

Commit 34e83a1

Browse files
committed
add comment
Provide link to advanced Google Drive for desktop settings reference in summary comment above `GoogleDriveCloudDetector.GetRegistryBasePath`.
1 parent 1f5da1c commit 34e83a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ private static async Task Inspect(SqliteConnection database, string sqlCommand,
171171
return googleDriveRegValueJson;
172172
}
173173

174+
/// <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
178+
/// </summary>
174179
public static string? GetRegistryBasePath()
175180
{
176181
var googleDriveRegValJson = GetGoogleDriveRegValJson();

0 commit comments

Comments
 (0)