mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Fix spelling issue
This commit is contained in:
1
.github/actions/spell-check/expect.txt
vendored
1
.github/actions/spell-check/expect.txt
vendored
@@ -381,6 +381,7 @@ DEFAULTTOPRIMARY
|
|||||||
DEFERERASE
|
DEFERERASE
|
||||||
DEFPUSHBUTTON
|
DEFPUSHBUTTON
|
||||||
deinitialization
|
deinitialization
|
||||||
|
DELA
|
||||||
DELETEDKEYIMAGE
|
DELETEDKEYIMAGE
|
||||||
DELETESCANS
|
DELETESCANS
|
||||||
DEMOTYPE
|
DEMOTYPE
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ namespace PowerDisplay.Common.Services
|
|||||||
public class ThemeChangedEventArgs : EventArgs
|
public class ThemeChangedEventArgs : EventArgs
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether whether the system is currently in light mode
|
/// Gets a value indicating whether the system is currently in light mode
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsLightMode { get; }
|
public bool IsLightMode { get; }
|
||||||
|
|
||||||
|
|||||||
@@ -475,7 +475,7 @@ public partial class MonitorViewModel : INotifyPropertyChanged, IDisposable
|
|||||||
public string ColorTemperaturePresetName => _monitor.ColorTemperaturePresetName;
|
public string ColorTemperaturePresetName => _monitor.ColorTemperaturePresetName;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether whether this monitor supports input source switching via VCP 0x60
|
/// Gets a value indicating whether this monitor supports input source switching via VCP 0x60
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool SupportsInputSource => _monitor.SupportsInputSource;
|
public bool SupportsInputSource => _monitor.SupportsInputSource;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user