Skip to content

Refactor the UI for better accessbility(UI edited by antigravity)#8

Merged
NoGRo merged 2 commits intoNoGRo:masterfrom
Seele-Vollerei32:UI
Mar 13, 2026
Merged

Refactor the UI for better accessbility(UI edited by antigravity)#8
NoGRo merged 2 commits intoNoGRo:masterfrom
Seele-Vollerei32:UI

Conversation

@Seele-Vollerei32
Copy link
Copy Markdown
Contributor

图片 The new UI is more clear to see, and now OSR device can be remotely connect by UI instead of edit config manually.

logger.LogWarning($"Invalid UdpAddress '{Config.UdpAddress}' - expected format 'host:port'. Skipping UDP connection.");
Connection = null;
}
else if (!int.TryParse(splitAddress[1].Trim(), out var port))
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just realized i made another mistake, the port should above 0 and below 65535

@NoGRo NoGRo merged commit e76abd2 into NoGRo:master Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants