Skip to content

Commit

Permalink
:^:
Browse files Browse the repository at this point in the history
  • Loading branch information
chivstyle committed Sep 25, 2024
1 parent bec15f4 commit 26d34b1
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
upp-components/
output/
upp-components/
2 changes: 0 additions & 2 deletions comxd/ioimpls/SSHDevsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,10 @@ bool SSHDevsDialog::Reconnect(SSHPort* sc)
mPort.SetData(sc->Port());
//
auto session = sc->Session();
#if 0
session->WhenWait = [=]() {
if (IsMainThread())
ProcessEvents();
};
#endif
auto title = GetTitle();
Title(t_("Connecting...")).Disable();
if (session->Timeout(5000).Connect(~mHost, ~mPort, ~mUser, ~mPassword)) {
Expand Down
1 change: 0 additions & 1 deletion comxd/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ class MainWindow : public WithMainWindow<TopWindow> {
GUI_APP_MAIN
{
SetLanguage(GetSystemLNG());
StdLogSetup(LOG_COUT);
MainWindow win;
win.SetRect(0, 0, 800, 600);
win.Run();
Expand Down
Loading

0 comments on commit 26d34b1

Please sign in to comment.