mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
WireGuard for MacOS (#248)
* WireGuard for MacOS * Fix openvpn block-outside-dns
This commit is contained in:
@@ -148,7 +148,7 @@ void VpnLogic::onConnectionStateChanged(VpnProtocol::VpnConnectionState state)
|
||||
break;
|
||||
case VpnProtocol::Connecting:
|
||||
pbConnectChecked = true;
|
||||
pbConnectEnabled = false;
|
||||
pbConnectEnabled = true;
|
||||
pbConnectVisible = false;
|
||||
rbModeEnabled = false;
|
||||
break;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "systemtray_notificationhandler.h"
|
||||
|
||||
|
||||
#ifdef Q_OS_MACOS
|
||||
#ifdef Q_OS_MAC
|
||||
# include "platforms/macos/macosutils.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user