mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-15 12:23:59 +00:00
Make TcpClient connection method timeout
This commit is contained in:
@@ -45,7 +45,10 @@ namespace qController
|
||||
App.showToast("Error connecting...make sure QLab is running");
|
||||
Back();
|
||||
}
|
||||
qController.KickOff();
|
||||
else
|
||||
{
|
||||
qController.KickOff();
|
||||
}
|
||||
}
|
||||
|
||||
private void OnWorkspaceSelected(object source, WorkspacePromptArgs args)
|
||||
|
||||
Reference in New Issue
Block a user