mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Adjusting settings to leverage base class (#5127)
* renaming / deleting file * adding in base class Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
@@ -202,8 +202,8 @@ namespace Microsoft.Plugin.Indexer
|
||||
}
|
||||
public void UpdateSettings(PowerLauncherSettings settings)
|
||||
{
|
||||
_settings.MaxSearchCount = settings.properties.maximum_number_of_results;
|
||||
_driveDetection.IsDriveDetectionWarningCheckBoxSelected = settings.properties.disable_drive_detection_warning;
|
||||
_settings.MaxSearchCount = settings.Properties.maximum_number_of_results;
|
||||
_driveDetection.IsDriveDetectionWarningCheckBoxSelected = settings.Properties.disable_drive_detection_warning;
|
||||
}
|
||||
public Control CreateSettingPanel()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user