mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +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
|
||||
DEFPUSHBUTTON
|
||||
deinitialization
|
||||
DELA
|
||||
DELETEDKEYIMAGE
|
||||
DELETESCANS
|
||||
DEMOTYPE
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace PowerDisplay.Common.Services
|
||||
public class ThemeChangedEventArgs : EventArgs
|
||||
{
|
||||
/// <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>
|
||||
public bool IsLightMode { get; }
|
||||
|
||||
|
||||
@@ -475,7 +475,7 @@ public partial class MonitorViewModel : INotifyPropertyChanged, IDisposable
|
||||
public string ColorTemperaturePresetName => _monitor.ColorTemperaturePresetName;
|
||||
|
||||
/// <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>
|
||||
public bool SupportsInputSource => _monitor.SupportsInputSource;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user