mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Renaming properties to C# styling to fix warnings (#5166)
* Renaming properties * Update PowerLauncherProperties.cs trying to kick CI * PowerLauncher is way for naming. 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.MaximumNumberOfResults;
|
||||
_driveDetection.IsDriveDetectionWarningCheckBoxSelected = settings.Properties.DisableDriveDetectionWarning;
|
||||
}
|
||||
public Control CreateSettingPanel()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user