Skip to content

Commit d22dbea

Browse files
wharvexLamparter
andauthored
Update src/Files.App/Services/Storage/StorageDevicesService.cs
Co-authored-by: Lamparter <[email protected]> Signed-off-by: Tim <[email protected]>
1 parent 0f7a804 commit d22dbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Services/Storage/StorageDevicesService.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public async IAsyncEnumerable<ILocatableFolder> GetDrivesAsync()
2323
foreach (var drive in list)
2424
{
2525
var driveLabel = DriveHelpers.GetExtendedDriveLabel(drive);
26-
// Cloud Drive Filter If (CDFI)
26+
// Filter out cloud drives
2727
// We don't want cloud drives to appear in the plain "Drives" sections.
2828
if (driveLabel.Equals("Google Drive") || drive.Name.Equals(pCloudDrivePath))
2929
continue;

0 commit comments

Comments
 (0)