mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
init checkin (#6100)
This commit is contained in:
@@ -6,11 +6,11 @@ namespace Microsoft.Plugin.Indexer.DriveDetection
|
||||
{
|
||||
public class IndexerDriveDetection
|
||||
{
|
||||
private bool IsEnhancedModeEnabled { get; set; } = false;
|
||||
private bool IsEnhancedModeEnabled { get; set; }
|
||||
|
||||
private readonly IRegistryWrapper _registryHelper;
|
||||
|
||||
public bool IsDriveDetectionWarningCheckBoxSelected { get; set; } = false;
|
||||
public bool IsDriveDetectionWarningCheckBoxSelected { get; set; }
|
||||
|
||||
public IndexerDriveDetection(IRegistryWrapper registryHelper)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user