Fix missing input source in dropdown and update metadata
- Add current input to options if monitor doesn't report it in possible values - Never hide the currently active input port in config filtering - Make GetInputSourceName public for reuse - Update company to MarketAlly, author to David H. Friedel Jr - Add application icon to exe 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -130,7 +130,7 @@ public static class CMMCommand
|
||||
return options;
|
||||
}
|
||||
|
||||
private static string GetInputSourceName(int vcpValue)
|
||||
public static string GetInputSourceName(int vcpValue)
|
||||
{
|
||||
return vcpValue switch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user