Fix merge issue

This commit is contained in:
Hongtao Zhang 2022-10-10 11:08:49 -05:00
parent 5ea6c54d38
commit d3ea580c3e
No known key found for this signature in database
GPG key ID: 75F655B91C7AC9BB

View file

@ -93,7 +93,6 @@ namespace Flow.Launcher.Plugin.Explorer.Search
internal static Result CreateDriveSpaceDisplayResult(string path, bool windowsIndexed = false)
{
var progressBarColor = "#26a0da";
int progressValue = 0;
var title = string.Empty; // hide title when use progress bar,
var driveLetter = path.Substring(0, 1).ToUpper();
var driveName = driveLetter + ":\\";