xW: show a connect dialog when run without args

This commit is contained in:
2023-07-27 01:27:24 +02:00
parent efb25b8aae
commit 3e37efd9cd
3 changed files with 71 additions and 25 deletions

View File

@@ -10,3 +10,8 @@
#define ID_GOTO_ACTIVITY 15
#define ID_TOGGLE_UNIMPORTANT 16
#define ID_DISPLAY_FULL_LOG 17
#define IDD_CONNECT 20
#define IDC_STATIC 21
#define IDC_HOST 22
#define IDC_PORT 23