[fix] fix crash when transmission id does not exist

This commit is contained in:
dijunkun
2025-08-19 16:33:29 +08:00
parent c7166975b3
commit 6f8fd6a030
5 changed files with 13 additions and 46 deletions

View File

@@ -151,7 +151,8 @@ class Render {
int ControlBar(std::shared_ptr<SubStreamWindowProperties> &props);
int AboutWindow();
int StatusBar();
int ConnectionStatusWindow(std::shared_ptr<SubStreamWindowProperties> &props);
bool ConnectionStatusWindow(
std::shared_ptr<SubStreamWindowProperties> &props);
int ShowRecentConnections();
private: