Add signal and p2p connection status windows

This commit is contained in:
dijunkun
2024-07-02 17:29:39 +08:00
parent af32e25149
commit 95ad605b36
13 changed files with 1406 additions and 1134 deletions

View File

@@ -8,6 +8,8 @@ int Render::MainWindow() {
MenuWindow();
LocalWindow();
RemoteWindow();
StatusBar();
ConnectionStatusWindow();
return 0;
}