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 DEFERERASE
DEFPUSHBUTTON DEFPUSHBUTTON
deinitialization deinitialization
DELA
DELETEDKEYIMAGE DELETEDKEYIMAGE
DELETESCANS DELETESCANS
DEMOTYPE DEMOTYPE

View File

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

View File

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