Fix spelling issue

This commit is contained in:
Yu Leng
2025-12-10 14:27:11 +08:00
parent 5b2af47528
commit b622e6249d
3 changed files with 3 additions and 2 deletions

View File

@@ -381,6 +381,7 @@ DEFAULTTOPRIMARY
DEFERERASE
DEFPUSHBUTTON
deinitialization
DELA
DELETEDKEYIMAGE
DELETESCANS
DEMOTYPE

View File

@@ -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; }

View File

@@ -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;