This commit is contained in:
Yu Leng
2025-11-14 02:51:43 +08:00
parent 83410f1bc8
commit 4c799b61fc
19 changed files with 1232 additions and 22 deletions

View File

@@ -138,6 +138,10 @@ public partial class MonitorViewModel : INotifyPropertyChanged, IDisposable
public string TypeDisplay => Type == MonitorType.Internal ? "Internal" : "External";
public string? CapabilitiesRaw => _monitor.CapabilitiesRaw;
public VcpCapabilities? VcpCapabilitiesInfo => _monitor.VcpCapabilitiesInfo;
/// <summary>
/// Gets the icon glyph based on monitor type
/// </summary>