Skip to content

Commit 6daeaa2

Browse files
committed
Plugins::FreeRDP: modify UI
1 parent fb819cc commit 6daeaa2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Plugins/FreeRDP/Client/BackendFreeRDP.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ BOOL CBackendFreeRDP::cb_authenticate_ex(freerdp* instance,
11351135

11361136
if(!username || !password || !domain) return FALSE;
11371137

1138+
return cb_authenticate(instance, username, password, domain);
11381139
rdpContext* pContext = (rdpContext*)instance->context;
11391140
#ifdef Q_OS_WINDOWS
11401141
BOOL fSave;

Plugins/FreeRDP/Client/DlgGetUserPasswordFreeRDP.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
<property name="text">
5959
<string>OK(&amp;O)</string>
6060
</property>
61+
<property name="default">
62+
<bool>true</bool>
63+
</property>
6164
</widget>
6265
</item>
6366
<item>

0 commit comments

Comments
 (0)