mirror of
https://github.com/amnezia-vpn/openvpn3.git
synced 2026-06-23 18:47:08 +03:00
Fix Windows build after merge of released
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
This commit is contained in:
@@ -639,7 +639,7 @@ static void start_thread(Client& client)
|
||||
{
|
||||
// Set Windows title bar
|
||||
const std::string title_text = "F2:Stats F3:Reconnect F4:Stop F5:Pause";
|
||||
Win::Console::Title title(ClientAPI::OpenVPNClient::platform() + " " + title_text);
|
||||
Win::Console::Title title(ClientAPI::OpenVPNClientHelper::platform() + " " + title_text);
|
||||
Win::Console::Input console;
|
||||
|
||||
// start connect thread
|
||||
|
||||
Reference in New Issue
Block a user